Skip to content

Commit

Permalink
🔒 lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Jan 11, 2024
1 parent d563ac8 commit 24e7828
Show file tree
Hide file tree
Showing 12 changed files with 2,148 additions and 736 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED 1

RUN pip install --upgrade pip
COPY ./requirements.txt .
RUN pip install -r requirements.txt --no-deps
RUN pip install -r requirements.txt && rm requirements.txt

COPY zoo/ zoo/
COPY README.md README.md
Expand Down
827 changes: 92 additions & 735 deletions requirements.txt

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions requirements/requirements-all.py3.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.10
#
# - pytest
# - pytest-cov
# - aiosqlite~=0.19.0
# - alembic~=1.11.2
# - asyncpg~=0.28.0
# - click~=8.1.7
# - fastapi-users[sqlalchemy]~=12.1.2
# - fastapi~=0.100.1
# - greenlet~=3.0.3
# - gunicorn~=21.2.0
# - httpx~=0.24.1
# - pydantic-extra-types~=2.0.0
# - pydantic-settings~=2.0.3
# - pydantic[email]==2.1.1
# - rich~=13.5.2
# - setuptools; python_version == "3.12"
# - sqlalchemy[asyncio]~=2.0.20
# - uvicorn[standard]~=0.23.2
#

aiosqlite==0.19.0
# via hatch.envs.all.py3.10
alembic==1.11.3
# via hatch.envs.all.py3.10
annotated-types==0.6.0
# via pydantic
anyio==4.2.0
# via
# httpcore
# starlette
# watchfiles
asyncpg==0.28.0
# via hatch.envs.all.py3.10
bcrypt==4.1.2
# via passlib
certifi==2023.11.17
# via
# httpcore
# httpx
cffi==1.16.0
# via cryptography
click==8.1.7
# via
# hatch.envs.all.py3.10
# uvicorn
coverage==7.4.0
# via
# coverage
# pytest-cov
cryptography==41.0.7
# via pyjwt
dnspython==2.4.2
# via email-validator
email-validator==2.0.0.post2
# via
# fastapi-users
# pydantic
exceptiongroup==1.2.0
# via
# anyio
# pytest
fastapi==0.100.1
# via
# hatch.envs.all.py3.10
# fastapi-users
fastapi-users==12.1.2
# via
# hatch.envs.all.py3.10
# fastapi-users
# fastapi-users-db-sqlalchemy
fastapi-users-db-sqlalchemy==6.0.1
# via fastapi-users
greenlet==3.0.3
# via
# hatch.envs.all.py3.10
# sqlalchemy
gunicorn==21.2.0
# via hatch.envs.all.py3.10
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.24.1
# via hatch.envs.all.py3.10
idna==3.6
# via
# anyio
# email-validator
# httpx
iniconfig==2.0.0
# via pytest
makefun==1.15.2
# via fastapi-users
mako==1.3.0
# via alembic
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via mako
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
# via
# gunicorn
# pytest
passlib==1.7.4
# via
# fastapi-users
# passlib
pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pydantic==2.1.1
# via
# hatch.envs.all.py3.10
# fastapi
# pydantic
# pydantic-extra-types
# pydantic-settings
pydantic-core==2.4.0
# via pydantic
pydantic-extra-types==2.0.0
# via hatch.envs.all.py3.10
pydantic-settings==2.0.3
# via hatch.envs.all.py3.10
pygments==2.17.2
# via rich
pyjwt==2.8.0
# via
# fastapi-users
# pyjwt
pytest==7.4.4
# via
# hatch.envs.all.py3.10
# pytest-cov
pytest-cov==4.1.0
# via hatch.envs.all.py3.10
python-dotenv==1.0.0
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.6
# via fastapi-users
pyyaml==6.0.1
# via uvicorn
rich==13.5.3
# via hatch.envs.all.py3.10
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy==2.0.25
# via
# hatch.envs.all.py3.10
# alembic
# fastapi-users-db-sqlalchemy
# sqlalchemy
starlette==0.27.0
# via fastapi
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
# via
# alembic
# anyio
# fastapi
# pydantic
# pydantic-core
# sqlalchemy
# uvicorn
uvicorn==0.23.2
# via
# hatch.envs.all.py3.10
# uvicorn
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
# via uvicorn
websockets==12.0
# via uvicorn
181 changes: 181 additions & 0 deletions requirements/requirements-all.py3.11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# - pytest
# - pytest-cov
# - aiosqlite~=0.19.0
# - alembic~=1.11.2
# - asyncpg~=0.28.0
# - click~=8.1.7
# - fastapi-users[sqlalchemy]~=12.1.2
# - fastapi~=0.100.1
# - greenlet~=3.0.3
# - gunicorn~=21.2.0
# - httpx~=0.24.1
# - pydantic-extra-types~=2.0.0
# - pydantic-settings~=2.0.3
# - pydantic[email]==2.1.1
# - rich~=13.5.2
# - setuptools; python_version == "3.12"
# - sqlalchemy[asyncio]~=2.0.20
# - uvicorn[standard]~=0.23.2
#

aiosqlite==0.19.0
# via hatch.envs.all.py3.11
alembic==1.11.3
# via hatch.envs.all.py3.11
annotated-types==0.6.0
# via pydantic
anyio==4.2.0
# via
# httpcore
# starlette
# watchfiles
asyncpg==0.28.0
# via hatch.envs.all.py3.11
bcrypt==4.1.2
# via passlib
certifi==2023.11.17
# via
# httpcore
# httpx
cffi==1.16.0
# via cryptography
click==8.1.7
# via
# hatch.envs.all.py3.11
# uvicorn
coverage==7.4.0
# via
# coverage
# pytest-cov
cryptography==41.0.7
# via pyjwt
dnspython==2.4.2
# via email-validator
email-validator==2.0.0.post2
# via
# fastapi-users
# pydantic
fastapi==0.100.1
# via
# hatch.envs.all.py3.11
# fastapi-users
fastapi-users==12.1.2
# via
# hatch.envs.all.py3.11
# fastapi-users
# fastapi-users-db-sqlalchemy
fastapi-users-db-sqlalchemy==6.0.1
# via fastapi-users
greenlet==3.0.3
# via
# hatch.envs.all.py3.11
# sqlalchemy
gunicorn==21.2.0
# via hatch.envs.all.py3.11
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.24.1
# via hatch.envs.all.py3.11
idna==3.6
# via
# anyio
# email-validator
# httpx
iniconfig==2.0.0
# via pytest
makefun==1.15.2
# via fastapi-users
mako==1.3.0
# via alembic
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via mako
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
# via
# gunicorn
# pytest
passlib==1.7.4
# via
# fastapi-users
# passlib
pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pydantic==2.1.1
# via
# hatch.envs.all.py3.11
# fastapi
# pydantic
# pydantic-extra-types
# pydantic-settings
pydantic-core==2.4.0
# via pydantic
pydantic-extra-types==2.0.0
# via hatch.envs.all.py3.11
pydantic-settings==2.0.3
# via hatch.envs.all.py3.11
pygments==2.17.2
# via rich
pyjwt==2.8.0
# via
# fastapi-users
# pyjwt
pytest==7.4.4
# via
# hatch.envs.all.py3.11
# pytest-cov
pytest-cov==4.1.0
# via hatch.envs.all.py3.11
python-dotenv==1.0.0
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.6
# via fastapi-users
pyyaml==6.0.1
# via uvicorn
rich==13.5.3
# via hatch.envs.all.py3.11
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy==2.0.25
# via
# hatch.envs.all.py3.11
# alembic
# fastapi-users-db-sqlalchemy
# sqlalchemy
starlette==0.27.0
# via fastapi
typing-extensions==4.9.0
# via
# alembic
# fastapi
# pydantic
# pydantic-core
# sqlalchemy
uvicorn==0.23.2
# via
# hatch.envs.all.py3.11
# uvicorn
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
# via uvicorn
websockets==12.0
# via uvicorn
Loading

0 comments on commit 24e7828

Please sign in to comment.