You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
595 B
17 lines
595 B
Flask>=3.0.0,<4 |
|
python-dotenv>=1.0.0 |
|
waitress>=3.0.0 |
|
|
|
# Этап 1 (E1.0): тот же стек, что в HR_TG_Bot/tgFlaskForm. |
|
# SQLAlchemy + psycopg2 драйвер для PostgreSQL. |
|
SQLAlchemy>=2.0.0,<3 |
|
psycopg2-binary>=2.9.0,<3 |
|
|
|
# Этап 1 (E1.1): авторизация. bcrypt — для локальных хешей в clinic_tests.users. |
|
# Werkzeug-хеши (scrypt/pbkdf2) проверяет встроенный werkzeug.security. |
|
bcrypt>=4.0.0,<5 |
|
|
|
# Этап 1 (E1.3): импорт документов (PDF/DOCX) → AI-черновик. |
|
pypdf>=4.0.0,<6 |
|
python-docx>=1.1.0,<2 |
|
|
|
|