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.
1 parent 058aa6e commit fa06420Copy full SHA for fa06420
package-requirements.txt
@@ -1,4 +1,10 @@
1
-coverage == 4.5.1
2
-pyroma == 2.3
3
-twine == 1.11.0
4
-wheel == 0.30.0
+# A requirements file used by our Travis CI/CD process
+# to test and package the utilities. Refer to src/python/setup.py
+# for the module's runtime requirements.
+
5
+# For testing...
6
+coverage == 4.5.3
7
+pyroma == 2.5
8
9
+# In order to run 'python setup.py bdist_wheel'...
10
+wheel == 0.33.4
src/python/requirements.txt
0 commit comments