We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f90ab0b + c0a9696 commit 4ecc8feCopy full SHA for 4ecc8fe
profiles/versions.cfg
@@ -12,6 +12,7 @@ asn1crypto = 0.23.0
12
awscli = 1.11.180
13
Babel = 2.5.1
14
backports-abc = 0.5
15
+backports.ssl-match-hostname = 3.5.0.1
16
beautifulsoup4 = 4.6.0
17
buildout.wheel = 0.2.0
18
certifi = 2017.7.27.1
@@ -122,6 +123,7 @@ wcwidth = 0.1.7
122
123
WebOb = 1.7.3
124
WebTest = 2.0.29
125
Werkzeug = 0.12.2
126
+wheel = 0.30.0
127
wrapt = 1.10.11
128
WSGIProxy2 = 0.4.4
129
WTForms = 2.1
requirements.txt
@@ -1,2 +1,3 @@
1
setuptools==33.1.1
2
zc.buildout==2.9.5
3
+wheel==0.30.0
0 commit comments