define requests version

This commit is contained in:
iLLiCiTiT 2021-09-22 19:18:50 +02:00
parent 7a34b728e3
commit 0e9ece13e9

View file

@ -62,6 +62,7 @@ jinxed = [
python3-xlib = { version="*", markers = "sys_platform == 'linux'"}
enlighten = "^1.9.0"
slack-sdk = "^3.6.0"
requests = "2.25.1"
[tool.poetry.dev-dependencies]
flake8 = "^3.7"
@ -86,7 +87,6 @@ wheel = "*"
enlighten = "*" # cool terminal progress bars
toml = "^0.10.2" # for parsing pyproject.toml
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/pypeclub/openpype/issues"
"Discussions" = "https://github.com/pypeclub/openpype/discussions"