Ēriks K ef5da867a6 Improve template (#1)
- Created a README file
- Added PyCharm/IntelliJ IDE run configuration
- Squashed bugs related to:
  - Code style
  - Default Postgre database URL schema
- Updated project dependencies

Reviewed-on: #1
Co-authored-by: Ēriks K <git@72.lv>
Co-committed-by: Ēriks K <git@72.lv>
2025-04-05 13:15:41 +03:00

26 lines
859 B
Plaintext

-r base.txt
uvicorn[standard]==0.34.0 # https://pypi.org/project/uvicorn/
black==25.1.0 # https://pypi.org/project/black/
isort==6.0.1 # https://pypi.org/project/isort/
pur==7.3.3 # https://pypi.org/project/pur/
pre-commit==4.2.0 # https://pypi.org/project/pre-commit/
flake8==7.2.0
pytest==8.3.5 # https://pypi.org/project/pytest/
coverage==7.8.0 # https://pypi.org/project/coverage/
mypy==1.15.0 # https://pypi.org/project/mypy/
types-python-jose==3.4.0.20250224 # https://pypi.org/project/types-python-jose/
types-passlib==1.7.7.20250401 # https://pypi.org/project/types-passlib/
types-PyYAML==6.0.12.20250402
types-Pygments==2.19.0.20250305
types-colorama==0.4.15.20240311
types-decorator==5.2.0.20250324
types-six==1.17.0.20250403
types-ujson==5.10.0.20250326
settings-doc==4.3.2 # https://github.com/radeklat/settings-doc
ipython==9.0.2