diff --git a/setup.py b/setup.py index 57d00e7..41d269d 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,12 @@ print("warning: pypandoc module not found, could not convert Markdown to RST") read_md = lambda f: open(f, 'r').read() +install_requires = [ + 'typing;python_version<"3.5"', + 'requests', + 'python-magic' +] + setup( name='cortex4py', version='2.1.0', @@ -33,5 +39,5 @@ 'Topic :: Software Development :: Libraries :: Python Modules' ], include_package_data=True, - install_requires=['typing', 'requests', 'python-magic'] + install_requires=install_requires ) diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29