From 6c7efbe128bddca6f593bd4a17dc5cc84016f251 Mon Sep 17 00:00:00 2001 From: Rayyan Ansari Date: Tue, 24 Jan 2023 18:14:28 +0000 Subject: [PATCH] add platformdirs to dependencies --- scripts/msys2-install-deps | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/msys2-install-deps b/scripts/msys2-install-deps index 39fae4c7..227f505d 100644 --- a/scripts/msys2-install-deps +++ b/scripts/msys2-install-deps @@ -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 diff --git a/setup.cfg b/setup.cfg index 127e8635..6984f610 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,6 +41,7 @@ setup_requires = install_requires = msgpack >=1.0.3, <=1.0.4 packaging + platformdirs argon2-cffi tests_require = pytest