Generate a Python package project using the Python Cookiecutter package
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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