add requirements.txt
This commit is contained in:
parent
4b55dc0977
commit
d6abc1e86a
|
|
@ -1 +1,6 @@
|
||||||
venv
|
venv
|
||||||
|
__pycache__/
|
||||||
|
bin/
|
||||||
|
include/
|
||||||
|
lib/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
requests
|
||||||
|
peewee
|
||||||
|
mysqlclient
|
||||||
Loading…
Reference in New Issue