diff --git a/requirements.txt b/requirements.txt index 6815543..3fe0433 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ CacheControl anytree colorama cryptography -lark_parser +lark lxml openpyxl python-dateutil diff --git a/setup.py b/setup.py index 9bb1531..f5acf3e 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ ], packages=["elmclient", "elmclient.examples","elmclient.tests"], include_package_data=True, - install_requires=['CacheControl','anytree',"colorama","cryptography",'lark_parser','lockfile','lxml',"openpyxl","python-dateutil", "pytz", "requests","requests_toolbelt",'tqdm','urllib3', "bump2version", "twine",'filelock'], + install_requires=['CacheControl','anytree',"colorama","cryptography",'lark','lockfile','lxml',"openpyxl","python-dateutil", "pytz", "requests","requests_toolbelt",'tqdm','urllib3', "bump2version", "twine",'filelock'], entry_points={ "console_scripts": [ "oslcquery=elmclient.examples.oslcquery:main",