mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
* Fix syncing down an empty S3 bucket * Add test for S3 uploader * Remove boto.cfg because of https://github.com/travis-ci/travis-ci/issues/7940#issuecomment-310759657 * Specify dummy AWS creds in travis.yml * Fix S3Uploader in Python 3 and fix test
13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
-r requirements.txt
|
|
coverage==4.5.2
|
|
mock==2.0.0
|
|
nose==1.3.7
|
|
rednose==1.3.0
|
|
pycodestyle==2.4.0
|
|
freezegun==0.3.11
|
|
psycopg2==2.7.5
|
|
psycopg2-binary==2.7.5
|
|
codecov==2.0.15
|
|
nose-randomly==1.2.5
|
|
moto==1.3.7
|