Skip to content

Commit 8fc27f4

Browse files
committed
Restore pinned versions in setup.py for now.
Without pinned requirements, we end up installing incompatible versions of MarkupSafe and Jinja2. See #63 (review) For now, restore the pinned version before 47bc80b to unblock workflows using setup.py.
1 parent cd731d0 commit 8fc27f4

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

setup.py

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,24 @@
115115
],
116116
},
117117
install_requires=[
118-
"aniso8601",
119-
"certifi",
120-
"click",
121-
"Flask-RESTful",
122-
"Flask-WTF",
123-
"Flask",
118+
"six",
119+
"aniso8601==1.2.0",
120+
"Flask==0.12.2",
121+
"Flask-RESTful==0.3.4",
124122
"Jinja2",
125-
"MarkupSafe",
126-
"python-gnupg",
123+
"MarkupSafe==1.1.1",
124+
"SQLAlchemy==1.3.24",
125+
"Werkzeug==0.15.6",
126+
"itsdangerous==0.24",
127+
"python-gnupg==0.3.7",
128+
"pytz==2016.10",
127129
"pyyaml",
128-
"requests",
129-
"SQLAlchemy",
130+
"WTForms==2.0.2",
131+
"Flask-WTF==0.12",
130132
"typing",
131-
"Werkzeug",
132-
"WTForms",
133+
"click==6.7",
134+
"requests",
135+
"certifi"
133136
],
134137

135138
ext_modules=[cPerf],

0 commit comments

Comments
 (0)