commit 4411989a38e2c5210a8c7c60aa68123c72cd0bdf Author: Zev B Averbach Date: Thu Dec 17 10:25:39 2020 +0100 mise-en-place for the back end diff --git a/back/.gitignore b/back/.gitignore new file mode 100644 index 0000000..6d9bb35 --- /dev/null +++ b/back/.gitignore @@ -0,0 +1,6 @@ +tags +__pycache__ +*.swo +*.swp +.venv/ +.env diff --git a/back/requirements.txt b/back/requirements.txt new file mode 100644 index 0000000..35af274 --- /dev/null +++ b/back/requirements.txt @@ -0,0 +1,20 @@ +certifi==2020.12.5 +chardet==3.0.4 +click==7.1.2 +Faker==3.0.1 +Flask==1.1.2 +Flask-Cors==3.0.9 +idna==2.10 +itsdangerous==1.1.0 +Jinja2==2.11.2 +MarkupSafe==1.1.1 +PyJWT==1.7.1 +python-dateutil==2.8.1 +python-dotenv==0.15.0 +pytz==2020.4 +requests==2.25.0 +six==1.15.0 +text-unidecode==1.3 +twilio==6.48.0 +urllib3==1.26.2 +Werkzeug==1.0.1