Compare commits

..

2 Commits

Author SHA1 Message Date
Jason Zhu c0ee38eadd Create requirements.txt 2020-11-12 18:49:00 +11:00
Jason Zhu acc73e287d Moved everything from src to root directory 2020-11-12 18:21:04 +11:00
35 changed files with 11 additions and 5 deletions

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
.vscode .vscode
src/static src/static
db.sqlite3
geckodriver.log
virtualenv
**__pycache__**

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

6
requirements.txt 100644
View File

@ -0,0 +1,6 @@
certifi==2020.6.20
Django==1.11.29
pygame==1.9.6
pytz==2020.1
selenium==3.141.0
urllib3==1.25.10

4
src/.gitignore vendored
View File

@ -1,4 +0,0 @@
db.sqlite3
geckodriver.log
virtualenv
**__pycache__**