moto/requirements-dev.txt

13 lines
220 B
Plaintext
Raw Normal View History

-r requirements.txt
mock
nose
sure>=1.2.24
coverage
freezegun
2014-11-15 14:35:52 +00:00
flask
# botocore 1.3.29 breaks s3 in tests (lambda and s3 tests)
# so we need to pin a boto3 and botocore revision pair that we know works
2016-03-02 20:20:58 +00:00
boto3
botocore
six