Skip to content

Commit

Permalink
Remove install package from Pipfile since it doesn't exist anymore … (
Browse files Browse the repository at this point in the history
#1150)

* Remove `install` package from Pipfile since it doesn't exist anymore (who knows what it was for in the first place).
Fix version to `pydantic = "1.10.13"`.

* Manual pre-commit run.

* fix codegen

---------

Co-authored-by: Chen Wang <[email protected]>
  • Loading branch information
lmarini and longshuicy authored Jul 22, 2024
1 parent 120097d commit 82f7be6
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 737 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "pypi"

[packages]
fastapi = "0.95.1"
pydantic = "1.10.13"
uvicorn = "0.21.1"
motor = "3.1.2"
mongoengine = "0.27.0"
Expand All @@ -21,7 +22,6 @@ pika = "1.3.1"
aio-pika = "9.0.5"
elasticsearch = "8.7.0"
pipenv = "2023.4.20"
install = "1.3.5"
rocrate = "0.7.0"
httpx = "0.24.0"
packaging = "23.1"
Expand Down
Loading

0 comments on commit 82f7be6

Please sign in to comment.