Squash everything befor release.
Some past commits might have contained Cursor's IP or accidentally commited API keys. Before making the repository public, all the history has been squashed into a single commit with.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Everything the developer needs in addition to the production requirements
|
||||
-r prod.txt
|
||||
|
||||
# Testing
|
||||
factory-boy==3.3.3
|
||||
pytest==8.4.2
|
||||
pytest-cov==7.0.0
|
||||
WebTest==3.0.6
|
||||
|
||||
# Lint and code style
|
||||
black==25.1.0
|
||||
flake8-blind-except==0.2.1
|
||||
flake8-debugger==4.1.2
|
||||
flake8-docstrings==1.7.0
|
||||
flake8-isort==6.1.2
|
||||
Flake8-pyproject==1.2.3
|
||||
flake8==7.3.0
|
||||
isort==6.0.1
|
||||
pep8-naming==0.15.1
|
||||
@@ -0,0 +1,20 @@
|
||||
# Everything needed in production
|
||||
|
||||
# Flask
|
||||
click>=7.0
|
||||
Flask==3.1.2
|
||||
|
||||
# Logging
|
||||
rich==14.1.0
|
||||
loguru==0.7.3
|
||||
|
||||
# Requests
|
||||
requests==2.32.5
|
||||
|
||||
# Deployment
|
||||
gevent==25.8.2
|
||||
gunicorn>=19.9.0
|
||||
supervisor==4.3.0
|
||||
|
||||
# Environment variable parsing
|
||||
environs==14.3.0
|
||||
Reference in New Issue
Block a user