From 2028be0a2c79a60a6d880ec0b0a9de145cfc6f17 Mon Sep 17 00:00:00 2001 From: Chiranth Siddappa Date: Wed, 15 Aug 2018 00:24:42 -0600 Subject: [PATCH] Removing requirements file; it should be satisifed through setuptools --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index d6a60d5..f5814d0 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist=py35,py36,py37,docs [testenv] deps= - -rrequirements.txt -rplotting.txt nose coverage