mirror of
https://github.com/lowobservable/coax.git
synced 2026-02-27 01:19:52 +00:00
Best practice to not include versions in setup.py install_requires
This commit is contained in:
@@ -21,7 +21,7 @@ setup(
|
||||
author='Andrew Kay',
|
||||
author_email='projects@ajk.me',
|
||||
packages=['coax'],
|
||||
install_requires=['pyserial==3.5', 'sliplib==0.6.2'],
|
||||
install_requires=['pyserial', 'sliplib'],
|
||||
long_description=LONG_DESCRIPTION,
|
||||
long_description_content_type='text/markdown',
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user