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.

30 lines
621 B

  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. flask = ">=1.1,<1.2"
  7. flask-sqlalchemy = ">=2.4,<2.5"
  8. flask-migrate = ">=2.5,<2.6"
  9. python-dotenv = ">=0.10,<0.11"
  10. pynacl = ">=1.3,<1.4"
  11. click = ">=7.0,<7.1"
  12. rfc3339 = ">=6.2,<6.3"
  13. iso8601 = ">=0.1,<0.2"
  14. [dev-packages]
  15. pytest = ">=5.2,<5.3"
  16. coverage = ">=4.5,<4.6"
  17. pycodestyle = ">=2.5,<2.6"
  18. mypy = ">=0.730,<1.0"
  19. mock = ">=3.0,<3.1"
  20. pylint = ">=2.4,<2.5"
  21. pydocstyle = ">=4.0,<4.1"
  22. sphinx = ">=1.8,<1.9"
  23. sphinx-rtd-theme = ">=0.4,<0.5"
  24. sphinxcontrib-httpdomain = ">=1.7,<1.8"
  25. sphinx-jsondomain = "*"
  26. [requires]
  27. python_version = "3.7"