Files
pygeoapi/requirements-dev.txt
T
Francesco Bartoli 0a2097713e Improve strategy to close #406 (#415)
* Improve strategy to close #406

* Fix travis failure

* Fix sphinx error

* Fix typo
2020-04-20 14:49:43 -04:00

27 lines
341 B
Plaintext

# Flask-based CORS setup
flask_cors
# testing
pytest
pytest-cov
pytest-env
coverage
pyld
# PEP8
flake8
# packaging/PyPI
twine
wheel
# the packages below are used to handle HTTP/SSL
# errors when uploading to PyPI (https://github.com/pypa/twine/issues/273)
pyOpenSSL
ndg-httpsclient
pyasn1
# Read the docs
sphinx==3.0.1
sphinx_rtd_theme