Browse Source

Fixed syntax error in setup.py

Ask Solem 14 năm trước cách đây
mục cha
commit
54e755d0fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -129,7 +129,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "anyjson",
-    "kombu
+    "kombu",
     "pyparsing",
 ])