1
0
mirror of https://gitlab.com/ceda_ei/the-long-night synced 2025-04-20 00:26:52 +02:00

Add .gitignore and requirements.txt

This commit is contained in:
Ceda EI 2019-05-17 12:55:20 +05:30
parent 42928073a8
commit 6ba6a9436b
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
config.json
__pycache__/

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
bcrypt
requests