浏览代码

add platformdirs to dependencies

Rayyan Ansari 2 年之前
父节点
当前提交
6c7efbe128
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      scripts/msys2-install-deps
  2. 1 0
      setup.cfg

+ 1 - 1
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

+ 1 - 0
setup.cfg

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