From 3f3aab6669fb8953d7b34f9ceaa596fb794b00a6 Mon Sep 17 00:00:00 2001 From: Andrew Kay Date: Mon, 7 Oct 2024 19:08:32 -0500 Subject: [PATCH] Best practice to not include versions in setup.py install_requires --- pycoax/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycoax/setup.py b/pycoax/setup.py index 0d304bf..534ca9e 100644 --- a/pycoax/setup.py +++ b/pycoax/setup.py @@ -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=[