博客系统
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
405 B

4 years ago
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [dev-packages]
  6. coverage = "*"
  7. watchdog = "*"
  8. "flake8" = "*"
  9. faker = "*"
  10. [packages]
  11. flask = "*"
  12. flask-ckeditor = "*"
  13. flask-mail = "*"
  14. flask-sqlalchemy = "*"
  15. flask-wtf = "*"
  16. flask-moment = "*"
  17. python-dotenv = "*"
  18. bootstrap-flask = "*"
  19. flask-login = "*"
  20. flask-debugtoolbar = "*"
  21. gunicorn = "*"
  22. "psycopg2" = "*"
  23. flask-migrate = "*"