From 3ccc5b4391c02a2287c04626a25f28559aa7d4e8 Mon Sep 17 00:00:00 2001 From: Konstantin Mosin Date: Sat, 11 Nov 2023 15:37:07 +0300 Subject: [PATCH] latest commit --- dev.requirements.txt | 71 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 dev.requirements.txt diff --git a/dev.requirements.txt b/dev.requirements.txt new file mode 100644 index 0000000..bc99a39 --- /dev/null +++ b/dev.requirements.txt @@ -0,0 +1,71 @@ +aiosqlite==0.19.0 +anyio==3.7.1 +astor==0.8.1 +asttokens==2.2.1 +asyncpg==0.28.0 +attrs==23.1.0 +bandit==1.7.5 +black==23.7.0 +certifi==2023.7.22 +cfgv==3.3.1 +charset-normalizer==3.2.0 +click==8.1.6 +coverage==7.2.7 +distlib==0.3.7 +exceptiongroup==1.1.2 +fastapi==0.100.0 +filelock==3.12.2 +flake8==6.0.0 +flake8-aaa==0.16.0 +flake8-annotations==3.0.1 +flake8-bandit==4.1.1 +flake8-bugbear==23.7.10 +flake8-comprehensions==3.14.0 +flake8-print==5.0.0 +flake8-quotes==3.3.2 +flake8_simplify==0.20.0 +gitdb==4.0.10 +GitPython==3.1.32 +greenlet==2.0.2 +h11==0.14.0 +httpcore==0.17.3 +httpx==0.24.1 +identify==2.5.25 +idna==3.4 +iniconfig==2.0.0 +markdown-it-py==3.0.0 +mccabe==0.7.0 +mdurl==0.1.2 +mypy-extensions==1.0.0 +nodeenv==1.8.0 +packaging==23.1 +pathspec==0.11.1 +pbr==5.11.1 +platformdirs==3.9.1 +pluggy==1.2.0 +pre-commit==3.3.3 +psycopg2-binary==2.9.6 +pycodestyle==2.10.0 +pydantic==1.10.11 +pyflakes==3.0.1 +Pygments==2.15.1 +pytest==7.4.0 +pytest-asyncio==0.21.1 +pytest-env==0.8.2 +python-decouple==3.8 +PyYAML==6.0.1 +requests==2.31.0 +rich==13.4.2 +six==1.16.0 +smmap==5.0.0 +sniffio==1.3.0 +SQLAlchemy==1.4.41 +sqlalchemy2-stubs==0.0.2a35 +sqlmodel==0.0.8 +starlette==0.27.0 +stevedore==5.1.0 +tomli==2.0.1 +typing_extensions==4.7.1 +urllib3==2.0.4 +uvicorn==0.23.1 +virtualenv==20.24.1