Generate a Python package project using the Python Cookiecutter package
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324
  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. pylint-fail-under
  10. pytest
  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