Unverified Commit b1777eba authored by Tao Feng's avatar Tao Feng Committed by GitHub

Update requirements (#155)

parent dd675699
...@@ -45,7 +45,7 @@ pluggy>=0.6.0 ...@@ -45,7 +45,7 @@ pluggy>=0.6.0
py==1.5.3 py==1.5.3
pyhocon==0.3.42 pyhocon==0.3.42
pyparsing==2.2.0 pyparsing==2.2.0
six>=1.12.0,<2.0.0 six>=1.11.0,<2.0.0
sqlalchemy>=1.3.0,<2.0 sqlalchemy>=1.3.0,<2.0
wheel==0.31.1 wheel==0.31.1
neo4j-driver==1.7.2 neo4j-driver==1.7.2
......
...@@ -2,7 +2,7 @@ import os ...@@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
__version__ = '1.4.9' __version__ = '1.4.10'
requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt') requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment