We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2926410 + 2b41ea3 commit 6bffd59Copy full SHA for 6bffd59
requirements.txt
@@ -1,5 +1,5 @@
1
schema-salad >= 1.14
2
typing>=3.6,<3.7; python_version < '3.5'
3
futures >= 3.0.5; python_version == '2.7'
4
-subprocess32; python_version < '3'
+subprocess32 == 3.5.0rc1; python_version < '3'
5
junit-xml >= 1.8
setup.py
@@ -48,6 +48,6 @@
48
zip_safe=True,
49
cmdclass={'egg_info': tagger},
50
extras_require={':python_version<"3"': [
51
- 'futures >= 3.0.5', 'subprocess32'],
+ 'futures >= 3.0.5', 'subprocess32 == 3.5.0rc1'],
52
':python_version<"3.5"': ['typing >= 3.5.2'] }
53
)
0 commit comments