-
Notifications
You must be signed in to change notification settings - Fork 11
/
versions.cfg
50 lines (40 loc) · 1017 Bytes
/
versions.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[versions]
# Buildout
setuptools =
zc.buildout =
zc.recipe.egg = 2.0.3
# fixes Getting distribution for 'configparser'. assert newdist is not None # newloc above is missing our dist?!
configparser = 3.5.3
# fixes Error: The requirement ('Pygments>=2.5.1') is not allowed by your [versions] constraint (2.2.0)
Pygments = 2.5.1
# plone.recipe.varnish
plone.recipe.varnish = 1.3
# Code-analysis
plone.recipe.codeanalysis = 3.0.1
coverage = 3.7.1
pep8 = 1.7.1
flake8 = 3.5.0
flake8-coding = 1.3.2
pycodestyle = 2.3.1
# Release
zest.releaser = 6.17.0
twine = 1.11.0
towncrier = 19.2.0
zestreleaser.towncrier = 1.1.0
docutils = 0.13.1
# Sphinx
Sphinx = 1.6.5
docutils = 0.14
Pygments = 2.2.0
sphinxcontrib-httpexample = 0.7.0
sphinxcontrib-httpdomain = 1.5.0
sphinx-rtd-theme = 0.2.4
Jinja2 = 2.10
Babel = 2.5.1
# plone.rest(api) specific pins
# Latest version compatible with Python 2
httpie = 1.0.3
# Latest version compatible with Python 2
PyJWT = 1.7.1
importlib-metadata = 1.6.1
importlib-resources = 3.3.1