Skip to content

Commit eeb5b3a

Browse files
committed
add requests
1 parent 53b1fc4 commit eeb5b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pywin32==308 ; sys_platform == "win32" and platform_python_implementation != "Py
6060
pyzmq==26.2.0 ; python_version >= "3.9" and python_version < "4.0"
6161
ratelimit==2.2.1 ; python_version >= "3.9" and python_version < "4.0"
6262
redis==5.2.0 ; python_version >= "3.9" and python_version < "4.0"
63+
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
6364
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
6465
smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
6566
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)