allianceauth/testing-requirements.txt
Basraah 5db340c64a Fleet-up cleanup (#798)
Add caching and better error handling
Move fleetup templates into fleetup app
Move fleetup urls into fleetup app
Fix button overflow and url
Add manager unit tests
Fix python3 compatibility
2017-06-04 18:35:23 -04:00

11 lines
312 B
Plaintext

# Requirements for running unit tests on this project
# If you aren't intending to run unit tests you can ignore this file
# These packages should be installed in addition to requirements.txt
mock==2.0.0; python_version < '3.0'
nose>=1.3.7
django-nose>=1.4.4
coverage>=4.3.1
coveralls>=1.1
requests-mock>=1.2.0