Adding requirements et Procfile files

This commit is contained in:
Trullemans Gregory 2021-11-19 14:51:32 +01:00
parent 13f6dd08b4
commit 0380503b07
2 changed files with 15 additions and 0 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: gunicorn config.wsgi

14
requirements.txt Normal file
View File

@ -0,0 +1,14 @@
asgiref==3.4.1
Django==3.2.8
django-extensions==3.1.3
install==1.3.4
Markdown==3.3.4
mysqlclient==2.0.3
pendulum==2.1.2
psycopg2==2.9.2
python-dateutil==2.8.2
pytz==2021.3
pytzdata==2020.1
simplejson==3.17.5
six==1.16.0
sqlparse==0.4.2