Skip to content
Snippets Groups Projects
Commit 59ea2cf8 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Added setuptools-git to setup requirements.

parent d05b2f8a
Branches
Tags v0.2.5
Loading
Checking pipeline status
......@@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.2.4'
__versionalias__ = '20190822.06'
__version__ = '0.2.5'
__versionalias__ = '20190822.07'
......@@ -41,7 +41,7 @@ with open("pyrsr/version.py") as version_file:
requirements = ['numpy', 'pandas', 'matplotlib', 'scipy']
setup_requirements = []
setup_requirements = ['setuptools-git']
test_requirements = ['coverage', 'nose', 'nose-htmloutput', 'rednose']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment