Skip to content

Commit 97ef69a

Browse files
committed
Change the dependency of python_dateutil to python-dateutil
1 parent 34e9296 commit 97ef69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ def check(self):
925925
return "using dateutil version %s" % dateutil.__version__
926926

927927
def get_install_requires(self):
928-
return ['python_dateutil']
928+
return ['python-dateutil']
929929

930930

931931
class Tornado(SetupPackage):

0 commit comments

Comments
 (0)