An ebook/comic library service and web client
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.

26 lines
404 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. "iso8601" = "*"
  13. [dev-packages]
  14. python-dotenv = "*"
  15. pytest = "*"
  16. coverage = "*"
  17. pycodestyle = "*"
  18. mypy = "*"
  19. mock = "*"
  20. pylint = "*"
  21. pydocstyle = "*"
  22. [requires]
  23. python_version = "3.6"