add requirements.txt

This commit is contained in:
Gogs 2019-06-16 22:37:51 +08:00
parent 4b55dc0977
commit d6abc1e86a
2 changed files with 9 additions and 1 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
venv
venv
__pycache__/
bin/
include/
lib/

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
requests
peewee
mysqlclient