remove pathod as dependency

This commit is contained in:
Maximilian Hils 2015-09-13 14:33:45 +02:00
parent 997fcde8ce
commit 2f9c566e48
2 changed files with 1 additions and 5 deletions

View File

@ -1,2 +1 @@
-e git+https://github.com/mitmproxy/pathod.git#egg=pathod
-e .[dev]

View File

@ -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)
]
},
)