diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-10 16:04:06 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-10 16:04:06 +0530 |
commit | 0a3116a87e2b5efdd586b7ec94aae9644e003ce3 (patch) | |
tree | 255631ab96fa2c4efff1cf2105f35885551a60ef /requirements.txt | |
parent | f170eeb2da8263e00b6ae1200f43a94716ca3862 (diff) |
fixed requirememnts file
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d693b10..0e3d471 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,16 @@ # These requirements were autogenerated by pipenv # To regenerate from the project's Pipfile, run: # -# pipenv lock --requirements +# 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.6.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' asgiref==3.3.4; python_version >= '3.6' +attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' authlib==0.15.4 bcrypt==3.2.0; python_version >= '3.6' blinker==1.4 @@ -15,6 +19,7 @@ certifi==2021.5.30 cffi==1.14.5 chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' click==8.0.1; python_version >= '3.6' +coverage[toml]==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' cryptography==3.4.7; python_version >= '3.6' dnspython==2.1.0; python_version >= '3.6' email-validator==1.1.2 @@ -31,12 +36,20 @@ greenlet==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. gunicorn==20.1.0 h11==0.12.0; python_version >= '3.6' idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +iniconfig==1.1.1 itsdangerous==2.0.1; python_version >= '3.6' jinja2==3.0.1; python_version >= '3.6' mako==1.1.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' markupsafe==2.0.1; python_version >= '3.6' +packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pydantic==1.8.2; python_full_version >= '3.6.1' +pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' +pytest-codecov==0.3.0 +pytest-cov==2.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +pytest==6.2.4 python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-editor==1.0.4 requests==2.25.1 @@ -44,6 +57,7 @@ sentry-sdk==1.1.0 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==1.4.17; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' starlette==0.14.2; python_version >= '3.6' +toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' typing-extensions==3.10.0.0 urllib3==1.26.5; 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.14.0 |