Generate a Python package project using the Python Cookiecutter package
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

25 lines
330B

  1. -r prod.txt
  2. coverage
  3. docutils
  4. flake8
  5. mock
  6. pygments
  7. pylint==1.9.4; python_version >= "2.7" and python_version < "3.0"
  8. pylint; python_version >= "3.4"
  9. pytest
  10. pytest-asyncio
  11. pytest-cov
  12. pytest-mock
  13. pytest-runner
  14. pytest-sugar
  15. pytest-xdist
  16. readme-renderer[md]
  17. sphinx
  18. sphinx-autodoc-typehints
  19. sphinx-automodapi
  20. tox
  21. twine
  22. watchdog
  23. wheel