Files
edx-platform/scripts/user_retirement/requirements/base.in
Usama Sadiq fcf78db09e fix: pin urllib3 in user retirement scripts (#35699)
* fix: pin urllib3 in user_retirement scripts
2024-10-22 19:16:40 +05:00

18 lines
308 B
Plaintext

-c ../../../requirements/constraints.txt
boto3
click
pyyaml
backoff
requests
edx-rest-api-client
jenkinsapi
unicodecsv
simplejson
simple-salesforce
google-api-python-client
# urllib3 is needed for the user_retirement scripts
# constraint will be investigated and removed in a separate issue
urllib3<2.0.0