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.

16 lines
262 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. [dev-packages]
  11. python-dotenv = "*"
  12. [requires]
  13. python_version = "3.6"