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 307B

123456789101112131415161718192021
  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. markdown = "*"
  10. pytest = "*"
  11. pytest-cov = "*"
  12. flask-webpack = "*"
  13. sh = "*"
  14. [requires]
  15. python_version = "3.7"
  16. [scripts]
  17. test = "pytest --cov-config .coveragerc --cov=yird tests"