Refactor setup requirements

This commit is contained in:
Cristi Vîjdea
2018-01-01 15:27:14 +01:00
parent 02b72c466e
commit 74fcd47047
7 changed files with 24 additions and 24 deletions
+1 -2
View File
@@ -7,5 +7,4 @@ isort>=4.2
flake8>=3.5.0
flake8-isort>=2.3
# do not unpin this (see setup.py)
setuptools_scm==1.15.6
-r setup.txt
+4
View File
@@ -0,0 +1,4 @@
# requirements for building the distributable package
# do not unpin this (see setup.py)
setuptools_scm==1.15.6