Compare commits

..

No commits in common. "eb0cfcf4cb860c5fccb7e34528eb2bbfe9b0e581" and "538f0a3c23892d7701607589614764275030985e" have entirely different histories.

4 changed files with 78 additions and 78 deletions

View File

@ -1,4 +1,5 @@
{ {
"python.pythonPath": "/usr/bin/python",
"python.testing.unittestArgs": [ "python.testing.unittestArgs": [
"-v", "-v",
"-s", "-s",
@ -8,6 +9,8 @@
], ],
"python.testing.pytestEnabled": false, "python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true, "python.testing.unittestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"emmet.includeLanguages": { "emmet.includeLanguages": {
"django-html": "html" "django-html": "html"
} }

View File

@ -4,45 +4,45 @@ verify_ssl = true
name = "pypi" name = "pypi"
[packages] [packages]
autopep8 = "*" autopep8 = "==2.0.2"
beautifulsoup4 = "*" beautifulsoup4 = "==4.12.0"
bs4 = "*" bs4 = "==0.0.1"
certifi = "*" certifi = "==2022.12.7"
charset-normalizer = "*" charset-normalizer = "==3.1.0"
click = "*" click = "==8.1.3"
flake8 = "*" flake8 = "==6.0.0"
flask = "*" flask = "==2.2.3"
flask-basicauth = "*" flask-basicauth = "==0.2.0"
greenlet = "*" greenlet = "==2.0.2"
gunicorn = "*" gunicorn = "==20.1.0"
idna = "*" idna = "==3.4"
itsdangerous = "*" itsdangerous = "==2.1.2"
jinja2 = "*" jinja2 = "==3.1.2"
mariadb = "*" mariadb = "==1.1.6"
markupsafe = "*" markupsafe = "==2.1.2"
mccabe = "*" mccabe = "==0.7.0"
mysql = "*" mysql = "==0.0.3"
mysqlclient = "*" mysqlclient = "==2.1.1"
numpy = "*" numpy = "==1.24.2"
packaging = "*" packaging = "==23.0"
pandas = "*" pandas = "==1.5.3"
pycodestyle = "*" pycodestyle = "==2.10.0"
pyflakes = "*" pyflakes = "==3.0.1"
pymysql = "*" pymysql = "==1.0.3"
python-dateutil = "*" python-dateutil = "==2.8.2"
pytz = "*" pytz = "==2023.3"
requests = "*" requests = "==2.28.2"
six = "*" six = "==1.16.0"
soupsieve = "*" soupsieve = "==2.4"
sqlalchemy = "*" sqlalchemy = "==2.0.7"
toml = "*" toml = "==0.10.2"
tomli = "*" tomli = "==2.0.1"
typing-extensions = "*" typing-extensions = "==4.5.0"
urllib3 = "*" urllib3 = "==1.26.15"
werkzeug = "*" werkzeug = "==2.2.3"
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.11" python_version = "3.9"
python_full_version = "3.11.7" python_full_version = "3.9.17"

1
backend/Procfile Normal file
View File

@ -0,0 +1 @@
web: gunicorn wsgi:app

View File

@ -1,40 +1,36 @@
autopep8==2.0.4 autopep8~=2.0.2
beautifulsoup4==4.12.3 beautifulsoup4~=4.12.0
blinker==1.7.0 bs4~=0.0.1
bs4==0.0.2 certifi~=2022.12.7
certifi==2024.2.2 charset-normalizer~=3.1.0
charset-normalizer==3.3.2 click~=8.1.3
click==8.1.7 flake8~=6.0.0
flake8==7.0.0 Flask~=2.3.2
Flask==3.0.2 Flask-BasicAuth~=0.2.0
Flask-BasicAuth==0.2.0 greenlet~=2.0.2
greenlet==3.0.3 gunicorn~=20.1.0
gunicorn==21.2.0 idna~=3.4
idna==3.6 itsdangerous~=2.1.2
itsdangerous==2.1.2 Jinja2~=3.1.2
Jinja2==3.1.3 mariadb~=1.1.6
mariadb==1.1.10 MarkupSafe~=2.1.2
MarkupSafe==2.1.5 mccabe~=0.7.0
mccabe==0.7.0 mysql~=0.0.3
mysql==0.0.3 mysqlclient~=2.1.1
mysqlclient==2.2.4 numpy~=1.24.2
numpy==1.26.4 packaging~=23.0
packaging==23.2 pandas~=1.5.3
pandas==2.2.0 pycodestyle~=2.10.0
pipfile-upgrade==0.0.2 pyflakes~=3.0.1
pycodestyle==2.11.1 PyMySQL~=1.0.3
pyflakes==3.2.0 python-dateutil~=2.8.2
PyMySQL==1.1.0 pytz~=2023.3
python-dateutil==2.8.2 requests~=2.31.0
pytz==2024.1 six~=1.16.0
requests==2.31.0 soupsieve~=2.4
six==1.16.0 SQLAlchemy~=2.0.7
soupsieve==2.5 toml~=0.10.2
SQLAlchemy==2.0.27 tomli~=2.0.1
toml==0.10.2 typing_extensions~=4.5.0
tomli==2.0.1 urllib3~=1.26.15
tomlkit==0.12.3 Werkzeug~=3.0.0
typing_extensions==4.9.0
tzdata==2024.1
urllib3==2.2.0
Werkzeug==3.0.1