bump project
This commit is contained in:
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Flask>=3.0,<4.0
|
||||
Flask-SQLAlchemy>=3.1,<4.0
|
||||
Flask-Migrate>=4.0,<5.0
|
||||
Flask-Login>=0.6,<1.0
|
||||
Flask-WTF>=1.2,<2.0
|
||||
WTForms>=3.1,<4.0
|
||||
email-validator>=2.1,<3.0
|
||||
python-dotenv>=1.0,<2.0
|
||||
pytest>=8.0,<9.0
|
||||
|
||||
numpy>=1.26,<3.0
|
||||
opencv-python>=4.9,<5.0
|
||||
face-recognition==1.3.0
|
||||
|
||||
gunicorn>=22.0,<24.0; platform_system != "Windows"
|
||||
waitress>=3.0,<4.0; platform_system == "Windows"
|
||||
Reference in New Issue
Block a user