requirements-dev.txt 694 B

1234567891011121314151617181920212223
  1. mock==4.0.3; python_version >= "3.6"
  2. mock==2.0.0; python_version < "3.6"
  3. nose2[coverage_plugin]==0.9.2
  4. cov-core==1.15.0
  5. pycodestyle==2.6.0
  6. pylint==2.6.0
  7. splinter==0.14.0
  8. transifex-client==0.14.2
  9. unittest2==1.1.0
  10. selenium==3.141.0
  11. twine==3.3.0; python_version >= "3.6"
  12. twine==1.15.0; python_version < "3.6"
  13. Pallets-Sphinx-Themes==1.2.3
  14. Sphinx==3.4.1; python_version >= '3.6'
  15. Sphinx==3.0.1; python_version < '3.6'
  16. sphinx-issues==1.2.0
  17. sphinx-jinja==1.1.1
  18. sphinx-tabs==1.3.0; python_version >= '3.6'
  19. sphinx-tabs==1.1.13; python_version < '3.6'
  20. sphinxcontrib-programoutput==0.16
  21. sphinx-autobuild==2020.9.1; python_version >= '3.6'
  22. sphinx-autobuild==0.7.1; python_version < '3.6'
  23. linuxdoc==20210110