Files
edx-platform/scripts/user_retirement/requirements/testing.in
Feanil Patel bcd900ef23 build: urllib3 is only a testing direct requirement.
It's only used by botocore and requests in the actual retirement code
and those have been able to handle a newer version of the library for
quite some time.

urllib3 is directly used in the testing code but not in a way where we
need to constrain it from being upgraded.
2025-08-12 11:26:59 -04:00

10 lines
66 B
Plaintext

-r base.txt
moto
pytest
requests_mock
responses
mock
ddt
urllib3