Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Dec 19, 2023
1 parent 40766e0 commit 854f1ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies:
- colorama=0.4.6
- daiquiri=3.0.0
- exceptiongroup=1.2.0
- fastapi=0.104.1
- frozenlist=1.4.0
- fastapi=0.105.0
- frozenlist=1.4.1
- gunicorn=21.2.0
- h11=0.14.0
- h2=4.1.0
Expand All @@ -34,7 +34,7 @@ dependencies:
- hyperframe=6.0.1
- icu=73.2
- idna=3.6
- importlib-metadata=6.8.0
- importlib-metadata=7.0.0
- iniconfig=2.0.0
- ld_impl_linux-64=2.40
- libexpat=2.5.0
Expand All @@ -56,13 +56,13 @@ dependencies:
- ncurses=6.4
- openssl=3.2.0
- packaging=23.2
- pip=23.3.1
- pip=23.3.2
- pluggy=1.3.0
- pydantic=2.5.2
- pydantic-core=2.14.5
- pysocks=1.7.1
- pytest=7.4.3
- python=3.11.6
- python=3.11.7
- python-json-logger=2.0.7
- python-multipart=0.0.6
- python_abi=3.11
Expand All @@ -75,8 +75,8 @@ dependencies:
- starlette=0.27.0
- tk=8.6.13
- tomli=2.0.1
- typing-extensions=4.8.0
- typing_extensions=4.8.0
- typing-extensions=4.9.0
- typing_extensions=4.9.0
- tzdata=2023c
- urllib3=2.1.0
- uvicorn=0.24.0.post1
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ click==8.1.7
colorama==0.4.6
daiquiri==3.0.0
exceptiongroup==1.2.0
fastapi==0.104.1
fastapi==0.105.0
fastapi-chameleon==0.1.12
frozenlist==1.4.0
frozenlist==1.4.1
gunicorn==21.2.0
h11==0.14.0
h2==4.1.0
Expand All @@ -26,13 +26,13 @@ httptools==0.6.1
httpx==0.25.2
hyperframe==6.0.1
idna==3.6
importlib-metadata==6.8.0
importlib-metadata==7.0.0
iniconfig==2.0.0
lxml==4.9.3
Markdown==3.5.1
multidict==6.0.4
packaging==23.2
pip==23.3.1
pip==23.3.2
pluggy==1.3.0
pydantic==2.5.2
pydantic_core==2.14.5
Expand All @@ -47,7 +47,7 @@ snowballstemmer==2.2.0
soupsieve==2.5
starlette==0.27.0
tomli==2.0.1
typing_extensions==4.8.0
typing_extensions==4.9.0
urllib3==2.1.0
uvicorn==0.24.0.post1
uvloop==0.19.0
Expand Down

0 comments on commit 854f1ea

Please sign in to comment.