Skip to content

Commit 82f7be6

Browse files
lmarinilongshuicy
andauthored
Remove install package from Pipfile since it doesn't exist anymore … (#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]>
1 parent 120097d commit 82f7be6

File tree

4 files changed

+763
-737
lines changed

4 files changed

+763
-737
lines changed

backend/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name = "pypi"
55

66
[packages]
77
fastapi = "0.95.1"
8+
pydantic = "1.10.13"
89
uvicorn = "0.21.1"
910
motor = "3.1.2"
1011
mongoengine = "0.27.0"
@@ -21,7 +22,6 @@ pika = "1.3.1"
2122
aio-pika = "9.0.5"
2223
elasticsearch = "8.7.0"
2324
pipenv = "2023.4.20"
24-
install = "1.3.5"
2525
rocrate = "0.7.0"
2626
httpx = "0.24.0"
2727
packaging = "23.1"

0 commit comments

Comments
 (0)