新增 requirements.txt

Changes to be committed:
	new file:   genReq.sh
	new file:   requirements.txt
This commit is contained in:
sbilly
2016-02-25 08:48:37 +08:00
parent ed66700d95
commit 24af2e4777
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
pip freeze |grep -v wheel | gawk -F"==" ' { print $1 } ' > requirements.txt
+7
View File
@@ -0,0 +1,7 @@
colorama
coloredlogs
humanfriendly
lxml
qrcode
requests
six