- Downloads
Merge branch 'feature/COMP-170_improve_dependencies' into 'develop'
Feature/comp 170 improve dependencies part 1 See merge request !17
No related branches found
No related tags found
Showing
- compendium_v2/app.py 1 addition, 1 deletioncompendium_v2/app.py
- mypy.ini 0 additions, 1 deletionmypy.ini
- requirements.txt 20 additions, 22 deletionsrequirements.txt
- setup.py 9 additions, 10 deletionssetup.py
- tox.ini 1 addition, 2 deletionstox.ini
- webapp/.eslintrc.json 1 addition, 0 deletionswebapp/.eslintrc.json
| alembic | ||
| click | ||
| jsonschema | ||
| flask | ||
| flask-cors | ||
| psycopg2-binary | ||
| cryptography | ||
| SQLAlchemy | ||
| openpyxl | ||
| pytest | ||
| pytest-mock | ||
| python-dotenv | ||
| alembic~=1.10 | ||
| click~=8.1 | ||
| jsonschema~=4.17 | ||
| flask~=2.2 | ||
| flask-cors~=3.0 | ||
| openpyxl~=3.1 | ||
| psycopg2-binary~=2.9 | ||
| SQLAlchemy~=2.0 | ||
| sphinx | ||
| sphinx-rtd-theme | ||
| sphinxcontrib-httpdomain | ||
| tox | ||
| pytest~=7.2 | ||
| pytest-mock~=3.10 | ||
| sphinx~=6.1 | ||
| sphinx-rtd-theme~=1.2 | ||
| sphinxcontrib-httpdomain~=1.8 | ||
| tox~=4.4 | ||
| mypy | ||
| types-docutils | ||
| types-jsonschema | ||
| types-Flask-Cors | ||
| types-openpyxl | ||
| types-setuptools | ||
| mypy~=1.2 | ||
| types-docutils~=0.19 | ||
| types-jsonschema~=4.17 | ||
| types-Flask-Cors~=3.0 | ||
| types-openpyxl~=3.1 | ||
| types-setuptools~=67.6 |
Please sign in to comment