pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
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.
25 lines
671 B
25 lines
671 B
-e .
|
|
-r requirements-docs-tests.txt
|
|
pydantic-settings >=2.0.0
|
|
pytest >=7.1.3,<8.0.0
|
|
coverage[toml] >= 6.5.0,< 8.0
|
|
mypy ==1.4.1
|
|
ruff ==0.1.2
|
|
email_validator >=1.1.1,<3.0.0
|
|
dirty-equals ==0.6.0
|
|
# TODO: once removing databases from tutorial, upgrade SQLAlchemy
|
|
# probably when including SQLModel
|
|
sqlalchemy >=1.3.18,<1.4.43
|
|
databases[sqlite] >=0.3.2,<0.7.0
|
|
orjson >=3.2.1,<4.0.0
|
|
ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0
|
|
python-multipart >=0.0.7,<0.1.0
|
|
flask >=1.1.2,<3.0.0
|
|
anyio[trio] >=3.2.1,<4.0.0
|
|
python-jose[cryptography] >=3.3.0,<4.0.0
|
|
pyyaml >=5.3.1,<7.0.0
|
|
passlib[bcrypt] >=1.7.2,<2.0.0
|
|
|
|
# types
|
|
types-ujson ==5.7.0.1
|
|
types-orjson ==3.6.2
|
|
|