Browse Source

remove duplication on postgres install requirements

Doron Cohen 8 years ago
parent
commit
64e64f8fbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -196,7 +196,7 @@ setup(
     install_requires=install_requires,
     extras_require={
         'dev': dev_requires,
-        'postgres': install_requires,
+        'postgres': [],
         'tests': tests_require,
     },
     cmdclass=cmdclass,