Add PyJWT, bcrypt, openpyxl to requirements. Add JWT_SECRET, JWT_ACCESS_EXPIRES, JWT_REFRESH_EXPIRES to config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
flask==2.3.3
|
|
requests>=2.28.0
|
|
beautifulsoup4>=4.11.0
|
|
lxml>=4.9.0
|
|
sqlalchemy>=2.0
|
|
psycopg2-binary>=2.9
|
|
flask-sqlalchemy>=3.1
|
|
PyJWT>=2.8
|
|
bcrypt>=4.0
|
|
openpyxl>=3.1
|