https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 3f67e55b2c3bdb6a2acff801f6fff45456db4c0c authored by John Chilton on 24 April 2017, 00:30:05 UTC
Version 17.5.8
Tip revision: 3f67e55
dev-requirements.txt
# For testing
tox
nose
coverage

#Building Docs
sphinx
sphinx_rtd_theme
recommonmark

# Used to check readme.
readme

# For Python 2.6 tests
unittest2

# Used for code checking.
pyflakes
flake8

# For release
wheel
twine
back to top