mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
98 lines
3.5 KiB
Plaintext
98 lines
3.5 KiB
Plaintext
#
|
|
# These requirements were autogenerated by pipenv
|
|
# To regenerate from the project's Pipfile, run:
|
|
#
|
|
# pipenv lock --requirements --dev
|
|
#
|
|
|
|
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
|
|
# requirements. To emit only development requirements, pass "--dev-only".
|
|
|
|
-i https://pypi.org/simple
|
|
alembic==1.7.7
|
|
anyio==3.5.0; python_full_version >= '3.6.2'
|
|
appnope==0.1.3; sys_platform == 'darwin'
|
|
asgiref==3.5.1; python_version >= '3.7'
|
|
astroid==2.6.6; python_version ~= '3.6'
|
|
asttokens==2.0.5
|
|
asyncpg==0.25.0
|
|
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
|
autoflake==1.4
|
|
backcall==0.2.0
|
|
black==22.3.0
|
|
certifi==2021.10.8
|
|
charset-normalizer==2.0.12; python_full_version >= '3.5.0'
|
|
click==8.1.3; python_version >= '3.7'
|
|
colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
|
commonmark==0.9.1
|
|
coverage[toml]==6.3.2; python_version >= '3.7'
|
|
decorator==5.1.1; python_version >= '3.5'
|
|
dnspython==2.2.1; python_version >= '3.6' and python_full_version < '4.0.0'
|
|
dparse==0.5.1; python_version >= '3.5'
|
|
eventlet==0.33.0
|
|
executing==0.8.3
|
|
fastapi==0.77.1
|
|
flake8==4.0.1
|
|
greenlet==2.0.0a2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
|
h11==0.12.0; python_version >= '3.6'
|
|
httpcore==0.13.7; python_version >= '3.6'
|
|
httptools==0.4.0
|
|
httpx==1.0.0b0
|
|
icecream==2.1.2
|
|
idna==3.3; python_full_version >= '3.5.0'
|
|
iniconfig==1.1.1
|
|
ipython==8.3.0
|
|
isort==5.10.1
|
|
jedi==0.18.1; python_version >= '3.6'
|
|
lazy-object-proxy==1.7.1; python_version >= '3.6'
|
|
mako==1.2.0; python_version >= '3.7'
|
|
markupsafe==2.1.1; python_version >= '3.7'
|
|
matplotlib-inline==0.1.3; python_version >= '3.5'
|
|
mccabe==0.6.1
|
|
mypy-extensions==0.4.3
|
|
mypy==0.950
|
|
packaging==21.3; python_version >= '3.6'
|
|
parso==0.8.3; python_version >= '3.6'
|
|
pathspec==0.9.0
|
|
pexpect==4.8.0; sys_platform != 'win32'
|
|
pickleshare==0.7.5
|
|
platformdirs==2.5.2; python_version >= '3.7'
|
|
pluggy==1.0.0; python_version >= '3.6'
|
|
prompt-toolkit==3.0.29; python_full_version >= '3.6.2'
|
|
ptyprocess==0.7.0
|
|
pure-eval==0.2.2
|
|
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
|
pycodestyle==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
|
pydantic==1.9.0
|
|
pyflakes==2.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
|
pygments==2.12.0; python_version >= '3.6'
|
|
pylint==3.0.0a4
|
|
pyparsing==3.0.8; python_full_version >= '3.6.8'
|
|
pytest-asyncio==0.18.3
|
|
pytest-cov==3.0.0
|
|
pytest==7.1.2; python_version >= '3.7'
|
|
pyupgrade==2.32.1
|
|
pyyaml==6.0; python_version >= '3.6'
|
|
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
|
rfc3986[idna2008]==1.5.0
|
|
rich==12.4.1
|
|
ruamel.yaml.clib==0.2.6; platform_python_implementation == 'CPython' and python_version < '3.11'
|
|
ruamel.yaml==0.17.21; python_version >= '3'
|
|
safety==2.0b1
|
|
setuptools==62.1.0; python_version >= '3.7'
|
|
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
|
sniffio==1.2.0; python_full_version >= '3.5.0'
|
|
sqlalchemy[asyncio]==1.4.36
|
|
stack-data==0.2.0
|
|
starlette==0.19.1; python_version >= '3.6'
|
|
tokenize-rt==4.2.1; python_full_version >= '3.6.1'
|
|
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
|
tomli==2.0.1
|
|
traitlets==5.1.1; python_version >= '3.7'
|
|
typing-extensions==4.2.0; python_version >= '3.7'
|
|
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
|
uvicorn==0.17.6
|
|
uvloop==0.16.0
|
|
wcwidth==0.2.5
|
|
wrapt==1.12.1
|