da267e9ed3
* squach contents new branch * source code explanations * flake8 * change in requirements * modified: docs/source/code.rst modified: docs/source/plugins.rst * modified: docs/source/code.rst modified: pygeoapi/formatter/csv_.py modified: pygeoapi/provider/geojson.py * changes requred in review code * modified: .travis.yml missing " * change file to use requirements-dev.txt modified: readthedocs.yml * flask_cors removal from requirements.txt * text changes
26 lines
338 B
Plaintext
26 lines
338 B
Plaintext
# Flask-based CORS setup
|
|
flask_cors
|
|
|
|
# testing
|
|
pytest
|
|
pytest-cov
|
|
pytest-env
|
|
coverage
|
|
|
|
# PEP8
|
|
flake8
|
|
|
|
# packaging/PyPI
|
|
twine
|
|
wheel
|
|
docutils
|
|
pypandoc
|
|
# 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_rtd_theme
|