A multipurpose python flask API server and administration SPA
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
388 B

  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. flask = ">=1.0,<1.1"
  7. flask-sqlalchemy = ">=2.3,<2.4"
  8. flask-migrate = ">=2.1,<2.2"
  9. pynacl = ">=1.2,<1.3"
  10. click = "*"
  11. "rfc3339" = "*"
  12. [dev-packages]
  13. python-dotenv = "*"
  14. pytest = "*"
  15. coverage = "*"
  16. pycodestyle = "*"
  17. mypy = "*"
  18. mock = "*"
  19. pylint = "*"
  20. pydocstyle = "*"
  21. [requires]
  22. python_version = "3.6"