mirror of
https://github.com/sprockets/sprockets.clients.cassandra.git
synced 2024-11-25 03:00:20 +00:00
21097342ef
Address review feedback. Change module to automatically grab current Tornado IOLoop. Jettison test-helpers from requirements file. Add shabnang back to top of setup.py.
12 lines
532 B
Text
12 lines
532 B
Text
# Add dependencies that are required to test your package. These
|
|
# will be installed when ``setup.py test`` is run. They will also
|
|
# be installed into the test environment generated by Travis CI.
|
|
# Development tools that are not absolutely required for testing
|
|
# should be placed into dev-requirements.txt
|
|
#
|
|
# Unless otherwise noted, we expect that the dependencies
|
|
# follow semantic versioning, and will loosely pin them to
|
|
# minimize breakage to our dev environment.
|
|
coveralls>=0.4,<1.0
|
|
nose>=1.3.1,<2.0.0
|
|
tornado>=3.0.0,<4.0.0
|