diff --git a/requirements/dev.txt b/requirements/dev.txt index 3f66faf..c2fcc63 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,6 +1,6 @@ -r prod.txt -black==22.8.0 -pylint==2.15.0 -pytest==7.1.3 -python-dotenv==0.21.0 -mypy==0.971 \ No newline at end of file +black>=22.8.0 +pylint>=2.15.0 +pytest>=7.1.3 +python-dotenv>=0.21.0 +mypy>=0.971 \ No newline at end of file diff --git a/requirements/prod.txt b/requirements/prod.txt index 1fb2223..6c81fef 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,6 +1,6 @@ -types-python-dateutil==2.8.19 -types-PyYAML==6.0.11 -types-requests==2.28.9 -python-dateutil==2.8.2 -requests==2.28.1 -web3==5.30.0 \ No newline at end of file +types-python-dateutil>=2.8.19 +types-PyYAML>=6.0.11 +types-requests>=2.28.9 +python-dateutil>=2.8.2 +requests>=2.28.1 +web3>=5.30.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index e4962ee..f03be5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,12 +20,12 @@ zip_safe = False packages=find: platforms = any install_requires = - types-python-dateutil==2.8.19 - types-PyYAML==6.0.11 - types-requests==2.28.9 - python-dateutil==2.8.2 - requests==2.28.1 - web3==5.30.0 + types-python-dateutil>=2.8.19 + types-PyYAML>=6.0.11 + types-requests>=2.28.9 + python-dateutil>=2.8.2 + requests>=2.28.1 + web3>=5.30.0 python_requires = >=3.7 setup_requires = setuptools_scm