We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a786ca4 commit 288ea99Copy full SHA for 288ea99
setup.py
@@ -32,7 +32,7 @@ def get_app_version():
32
import sys
33
from jade import get_app_version,write_version,CreateSavePath
34
if __name__ == '__main__':
35
- dependencies = ["psutil","cryptography"]
+ dependencies = ["easycython","psutil","cryptography"]
36
pack_list = [package_name]
37
CreateSavePath("Ouput")
38
find_packages(package_name, pack_list)
0 commit comments