Skip to content

Commit

Permalink
update section08 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherGS committed May 15, 2022
1 parent 9639e80 commit 3ce5d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--extra-index-url=${PIP_EXTRA_INDEX_URL}

uvicorn>=0.11.3,<0.12.0
uvicorn>=0.16.0,<0.18.0
fastapi>=0.64.0,<1.0.0
python-multipart>=0.0.5,<0.1.0
pydantic>=1.8.1,<1.9.0
typing_extensions>=3.7.4,<3.8.0
pydantic>=1.8.1,<1.10.0
typing_extensions>=3.7.4,<4.0.0
loguru>=0.5.3,<0.6.0
# fetched from gemfury
tid-regression-model==4.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest>=6.2.3,<6.3.0
requests>=2.23.0,<2.24.0

# repo maintenance tooling
black==20.8b1
black>=22.0.0,<23.0.0
flake8>=3.9.0,<3.10.0
mypy==0.812
isort==5.8.0

0 comments on commit 3ce5d0f

Please sign in to comment.