Skip to content

Commit ed22f98

Browse files
authored
Update requirements.txt
removed specific version
1 parent 73a376b commit ed22f98

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

requirements.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
pymongo~=4.3.2
2-
pydantic~=2.7.1
3-
jsons~=1.6.3
4-
typing
5-
datetime
6-
uuid
7-
pytest~=6.2.5
8-
attrs~=22.1.0
9-
numpy~=1.23.4
10-
uvicorn~=0.20.0
11-
setuptools~=65.5.1
12-
httpx
13-
lark
14-
15-
accelerator-toolbox
1+
python = ">=3.7"
2+
fastapi="*"
3+
pymongo="*"
4+
pydantic="*"
5+
jsons="*"
6+
uuid="*"
7+
pytest="*"
8+
attrs="*"
9+
numpy="*"
10+
uvicorn="*"
11+
httpx="*"
12+
lark="*"
13+
accelerator-toolbox="*"

0 commit comments

Comments
 (0)