新增 requirements.txt
Changes to be committed: new file: genReq.sh new file: requirements.txt
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
pip freeze |grep -v wheel | gawk -F"==" ' { print $1 } ' > requirements.txt
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
colorama
|
||||||
|
coloredlogs
|
||||||
|
humanfriendly
|
||||||
|
lxml
|
||||||
|
qrcode
|
||||||
|
requests
|
||||||
|
six
|
||||||
Reference in New Issue
Block a user