Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Aug 22, 2024
1 parent 70746d4 commit d040981
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion environment-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- daiquiri
- uvicorn
- python=3.11
- python=3.12
- pytest
- httpx
- black
Expand Down
30 changes: 15 additions & 15 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gatekeeper
name: gatekeeper-dev
channels:
- conda-forge
- defaults
Expand All @@ -7,7 +7,7 @@ dependencies:
- _openmp_mutex=4.5
- annotated-types=0.7.0
- anyio=4.4.0
- black=24.4.2
- black=24.8.0
- bzip2=1.0.8
- ca-certificates=2024.7.4
- certifi=2024.7.4
Expand All @@ -18,10 +18,10 @@ dependencies:
- email-validator=2.2.0
- email_validator=2.2.0
- exceptiongroup=1.2.2
- fastapi=0.112.0
- fastapi=0.112.1
- fastapi-cli=0.0.5
- gmp=6.3.0
- gunicorn=22.0.0
- gunicorn=23.0.0
- h11=0.14.0
- h2=4.1.0
- hpack=4.0.0
Expand Down Expand Up @@ -59,28 +59,28 @@ dependencies:
- pydantic-core=2.20.1
- pygments=2.18.0
- pytest=8.3.2
- python=3.11.9
- python=3.12.5
- python-dateutil=2.9.0
- python-json-logger=2.0.7
- python-multipart=0.0.9
- python_abi=3.11
- python_abi=3.12
- readline=8.2
- rich=13.7.1
- setuptools=72.1.0
- setuptools=72.2.0
- shellingham=1.5.4
- six=1.16.0
- sniffio=1.3.1
- starlette=0.37.2
- time-machine=2.14.2
- starlette=0.38.2
- time-machine=2.15.0
- tk=8.6.13
- tomli=2.0.1
- typer=0.12.3
- typer-slim=0.12.3
- typer-slim-standard=0.12.3
- typer=0.12.4
- typer-slim=0.12.4
- typer-slim-standard=0.12.4
- typing-extensions=4.12.2
- typing_extensions=4.12.2
- tzdata=2024a
- uvicorn=0.30.4
- wheel=0.43.0
- uvicorn=0.30.6
- wheel=0.44.0
- xz=5.2.6
prefix: /home/pasta/miniconda3/envs/gatekeeper
prefix: /home/servilla/miniconda3/envs/gatekeeper-dev
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
annotated-types==0.7.0
anyio==4.4.0
black==24.4.2
black==24.8.0
certifi==2024.7.4
click==8.1.7
colorama==0.4.6
daiquiri==3.0.0
dnspython==2.6.1
email_validator==2.2.0
exceptiongroup==1.2.2
fastapi==0.112.0
fastapi==0.112.1
fastapi-cli==0.0.5
gunicorn==22.0.0
gunicorn==23.0.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
Expand Down Expand Up @@ -39,15 +39,15 @@ python-dateutil==2.9.0
python-json-logger==2.0.7
python-multipart==0.0.9
rich==13.7.1
setuptools==72.1.0
setuptools==72.2.0
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
starlette==0.37.2
time-machine==2.14.2
starlette==0.38.2
time-machine==2.15.0
tomli==2.0.1
typer==0.12.3
typer-slim==0.12.3
typer==0.12.4
typer-slim==0.12.4
typing_extensions==4.12.2
uvicorn==0.30.4
wheel==0.43.0
uvicorn==0.30.6
wheel==0.44.0

0 comments on commit d040981

Please sign in to comment.