Matej Cepl 2023-05-09 22:11:53 +00:00 committed by Git OBS Bridge
parent 71f09cb91d
commit 3afbd6258c

View File

@ -64,5 +64,5 @@
+ "requests>=2.23.0,<3.0", + "requests>=2.23.0,<3.0",
+ "urllib3>=2.0.0,<3.0", + "urllib3>=2.0.0,<3.0",
"pyyaml", "pyyaml",
"types-PyYAML",
"typing_extensions; python_version < '3.8'", "typing_extensions; python_version < '3.8'",
]