diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-01-12 11:02:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 11:02:58 +0100 |
| commit | f7e11fd7222363a72a8fa33cf69190f64a3880bd (patch) | |
| tree | 74f724c6f28e5557bc68e893cc889d792af5aec3 /requirements-dev.txt | |
| parent | 9c55d772e98f5e51da4a34389dc240cfb3b14852 (diff) | |
| parent | 8989bc76cb9c576792a909bd95e553a16ec824be (diff) | |
Merge pull request #2459 from dalf/update-python
Update python
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index ed3c1c035..483532723 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,4 @@ -mock==4.0.3; python_version >= "3.6" -mock==2.0.0; python_version < "3.6" +mock==4.0.3 nose2[coverage_plugin]==0.9.2 cov-core==1.15.0 pycodestyle==2.6.0 @@ -8,16 +7,12 @@ splinter==0.14.0 transifex-client==0.14.2 unittest2==1.1.0 selenium==3.141.0 -twine==3.3.0; python_version >= "3.6" -twine==1.15.0; python_version < "3.6" +twine==3.3.0 Pallets-Sphinx-Themes==1.2.3 -Sphinx==3.4.1; python_version >= '3.6' -Sphinx==3.0.1; python_version < '3.6' +Sphinx==3.4.1 sphinx-issues==1.2.0 sphinx-jinja==1.1.1 -sphinx-tabs==1.3.0; python_version >= '3.6' -sphinx-tabs==1.1.13; python_version < '3.6' +sphinx-tabs==1.3.0 sphinxcontrib-programoutput==0.16 -sphinx-autobuild==2020.9.1; python_version >= '3.6' -sphinx-autobuild==0.7.1; python_version < '3.6' +sphinx-autobuild==2020.9.1 linuxdoc==20210110 |