https://github.com/galaxyproject/galaxy
Raw File
Tip revision: cf0707eeb09ac32cf69d0e92e527962b0a62c053 authored by John Chilton on 07 May 2018, 16:45:13 UTC
Version 18.5.9
Tip revision: cf0707e
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