django-admin-confirm-briq/requirements.txt

25 lines
506 B
Plaintext

Django>=1.7.0
factory-boy~=3.0.1
coverage~=5.4
pytest~=6.2.2
pytest-django~=4.1.0
readme-renderer~=28.0
twine~=3.3.0
coveralls~=3.0.0
Pillow~=8.1.0 # For ImageField
### SELENIUM ###
# Known issue: https://github.com/SeleniumHQ/selenium/issues/8762
# Python 3.6 should use because selenium 4 doesn't work with py3.6
# selenium~=3.141.0
# Others should use
selenium~=4.0.0.a5
### END SELENIUM ###
### S3 ###
localstack~=0.12.9.1 # For testing with S3
django-storages~=1.11.1
boto3~=1.17.47
### END S3 ###