add platformdirs to dependencies

This commit is contained in:
Rayyan Ansari 2023-01-24 18:14:28 +00:00 committed by Thomas Waldmann
parent f2452aef2a
commit 6c7efbe128
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,python,cython,python-setuptools,python-wheel,python-pkgconfig,python-packaging,python-msgpack,python-argon2_cffi,python-pip}
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,python-msgpack,python-argon2_cffi,python-platformdirs,python,cython,python-setuptools,python-wheel,python-pkgconfig,python-packaging,python-pip}
pip install pyinstaller
if [ "$1" = "development" ]; then

View File

@ -41,6 +41,7 @@ setup_requires =
install_requires =
msgpack >=1.0.3, <=1.0.4
packaging
platformdirs
argon2-cffi
tests_require =
pytest