Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.09-beta 22 lines 589 B view raw
1diff --git a/OSMPythonTools.egg-info/requires.txt b/OSMPythonTools.egg-info/requires.txt 2index 16a5019..e58155c 100644 3--- a/OSMPythonTools.egg-info/requires.txt 4+++ b/OSMPythonTools.egg-info/requires.txt 5@@ -1,5 +1,4 @@ 6 beautifulsoup4 7-datetime 8 geojson 9 lxml 10 matplotlib 11diff --git a/setup.py b/setup.py 12index 08e9455..1a6435e 100644 13--- a/setup.py 14+++ b/setup.py 15@@ -14,7 +14,6 @@ setup( 16 packages = ['OSMPythonTools', 'OSMPythonTools.internal'], 17 install_requires = [ 18 'beautifulsoup4', 19- 'datetime', 20 'geojson', 21 'lxml', 22 'matplotlib',