0a2097713e
* Improve strategy to close #406 * Fix travis failure * Fix sphinx error * Fix typo
27 lines
341 B
Plaintext
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
|