aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt3
-rw-r--r--setup.py3
2 files changed, 1 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index e3ef3a23..aefbcb6d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
--e git+https://github.com/mitmproxy/pathod.git#egg=pathod
--e .[dev] \ No newline at end of file
+-e .[dev]
diff --git a/setup.py b/setup.py
index c24d37c0..d3c09ceb 100644
--- a/setup.py
+++ b/setup.py
@@ -58,9 +58,6 @@ setup(
"autopep8>=1.0.3",
"autoflake>=0.6.6",
"wheel>=0.24.0",
- "pathod>=%s, <%s" %
- (version.MINORVERSION,
- version.NEXT_MINORVERSION)
]
},
)