Revize 5b57121e
Přidáno uživatelem Michal Seják před téměř 4 roky(ů)
requirements.txt | ||
---|---|---|
1 | 1 |
Flask==1.1.2 |
2 |
pytest~=6.2.3 |
|
3 |
|
|
4 |
connexion~=2.7.0 |
|
5 |
connexion[swagger-ui] |
|
6 |
six~=1.15.0 |
|
2 |
pytest~=6.2.3 |
Také k dispozici: Unified diff
Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.