##// END OF EJS Templates
i18n: updated translation for Polish...
i18n: updated translation for Polish Currently translated at 56.5% (614 of 1087 strings)

File last commit:

r8004:268c47a1 default
r8092:7fef5132 default
Show More
dev_requirements.txt
8 lines | 205 B | text/plain | TextLexer
/ dev_requirements.txt
Thomas De Schampheleire
dev_requirements.txt: bump minimum pytest versions to a working set...
r7787 pytest >= 4.6.6, < 4.7
pytest-sugar >= 0.9.2, < 0.10
pytest-benchmark >= 3.2.2, < 3.3
pytest-localserver >= 0.5.0, < 0.6
Mads Kiilerich
setup: set explicit minimum version for all dependencies...
r7816 mock >= 3.0.0, < 3.1
Sphinx >= 1.8.0, < 1.9
Mads Kiilerich
setup: bump webtest minimum version to 2.0.6 to get py3 stdlib support...
r8004 WebTest >= 2.0.6, < 2.1
Mads Kiilerich
scripts: introduce import cleanup using isort
r7717 isort == 4.3.21