Compare commits
3
Commits
bdc470dee6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18c96bf3fb | ||
|
|
6831ae5099 | ||
|
|
c43183c895 |
+1
-6
@@ -1,7 +1,2 @@
|
|||||||
[
|
pyftpdlib uploadserver wsgidav cheroot
|
||||||
"pyftpdlib",
|
|
||||||
"uploadserver",
|
|
||||||
"wsgidav",
|
|
||||||
"cheroot"
|
|
||||||
]
|
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@ modules=[]
|
|||||||
|
|
||||||
|
|
||||||
with open("requirements.json", 'r') as f:
|
with open("requirements.json", 'r') as f:
|
||||||
modules = json.load(f)
|
modules = f
|
||||||
|
|
||||||
for module in modules:
|
for module in modules:
|
||||||
os.system(f'pip3 install {module}')
|
os.system(f'pip3 install {module}')
|
||||||
|
|||||||
Reference in New Issue
Block a user