about summary refs log tree commit diff homepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-10 11:27:22 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-10 11:28:38 +0700
commit54e258ed28d3615a146ea8380dfd83e42d582367 (patch)
tree455e501875cb7f0d08ed92aec1afe598be365ac8 /pyproject.toml
parenta117b622ef0572388a4754e2ad316b61b09371ca (diff)
downloadbrutalmaze-54e258ed28d3615a146ea8380dfd83e42d582367.tar.gz
s/appdirs/loca/ 1.1.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 77e06aa..864eb7c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ module = 'brutalmaze'
 author = 'Nguyễn Gia Phong'
 author-email = 'mcsinyx@disroot.org'
 home-page = 'https://sr.ht/~cnx/brutalmaze'
-requires = ['appdirs', 'palace', 'pygame>=2']
+requires = ['loca', 'palace', 'pygame>=2']
 description-file = 'README.rst'
 classifiers = [
     'Development Status :: 5 - Production/Stable',