Skip to content

Commit cb4aeb5

Browse files
committed
Specify versions of requirements.txt
1 parent 7777221 commit cb4aeb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
requests>=2.32.3,<3
22
urllib3>=2.0.5,<3
3-
aiohttp >=3.10.9
4-
future
3+
aiohttp >=3.10.9, <4
4+
future==1.0.0
55
pydantic >=2.0.3, <3
6-
aenum >= 3.1.11
7-
python_dateutil >= 2.5.3
8-
Deprecated
6+
aenum >= 3.1.11, <4
7+
python_dateutil >= 2.5.3, <3
8+
Deprecated==1.2.18

0 commit comments

Comments
 (0)