mirror of
https://github.com/EDeev/yandex_lyceum.git
synced 2026-06-15 11:01:04 +03:00
requirements
This commit is contained in:
parent
19b4e2b5e9
commit
a6488e5e0a
1 changed files with 23 additions and 0 deletions
23
requirements.txt
Normal file
23
requirements.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Core Flask Framework
|
||||||
|
Flask==2.3.3
|
||||||
|
Jinja2==3.1.2
|
||||||
|
|
||||||
|
# Flask Extensions
|
||||||
|
Flask-WTF==1.1.1
|
||||||
|
WTForms==3.0.1
|
||||||
|
|
||||||
|
# HTTP Client Library
|
||||||
|
requests==2.31.0
|
||||||
|
|
||||||
|
# Image Processing
|
||||||
|
Pillow==10.0.1
|
||||||
|
|
||||||
|
# Security
|
||||||
|
cryptography==41.0.7
|
||||||
|
|
||||||
|
# Development Dependencies
|
||||||
|
python-dotenv==1.0.0
|
||||||
|
|
||||||
|
# Optional: Testing Framework
|
||||||
|
pytest==7.4.3
|
||||||
|
pytest-flask==1.3.0
|
||||||
Loading…
Add table
Reference in a new issue