Skip to content

Commit 288ea99

Browse files
committed
easycython
1 parent a786ca4 commit 288ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_app_version():
3232
import sys
3333
from jade import get_app_version,write_version,CreateSavePath
3434
if __name__ == '__main__':
35-
dependencies = ["psutil","cryptography"]
35+
dependencies = ["easycython","psutil","cryptography"]
3636
pack_list = [package_name]
3737
CreateSavePath("Ouput")
3838
find_packages(package_name, pack_list)

0 commit comments

Comments
 (0)