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"