Skip to content

Commit

Permalink
Restrict requests due to psf/requests#6707
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed May 22, 2024
1 parent f683734 commit f59f932
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 7 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
celery[redis]
fusepy==3.0.1
girder-client
girder-worker
kubernetes
docker>=2.3.0
packaging
pyOpenSSL
requests
requests<2.32.0
markdown
pystache
pyyaml
lxml[html_clean]
markdown
celery[redis]
fusepy==3.0.1
git+https://github.com/whole-tale/girderfs@master#egg=girderfs
python-dateutil
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
"girder-worker",
"kubernetes",
"docker>=2.3.0",
"requests",
"requests<2.32.0",
"markdown",
"lxml",
"lxml[html_clean]",
"pystache",
"celery[redis]",
"python-dateutil",
],
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit f59f932

Please sign in to comment.