A flat-file CMS written in Python and Flask
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.

Pipfile 245B

123456789101112131415161718
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. flask = "*"
  8. wtforms = "*"
  9. gitpython = "*"
  10. markdown = "*"
  11. pytest = "*"
  12. pytest-cov = "*"
  13. flask-webpack = "*"
  14. [requires]
  15. python_version = "3.7"