Skip to content

Commit fa06420

Browse files
- Leaner and clearer requirements (#43)
1 parent 058aa6e commit fa06420

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

package-requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
coverage == 4.5.1
2-
pyroma == 2.3
3-
twine == 1.11.0
4-
wheel == 0.30.0
1+
# A requirements file used by our Travis CI/CD process
2+
# to test and package the utilities. Refer to src/python/setup.py
3+
# for the module's runtime requirements.
4+
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

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)