A flat-file CMS written in Python and Flask
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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"