Skip to content

Commit

Permalink
Reduced Requirements (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Oct 9, 2022
1 parent 569f4a3 commit dfc0946
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -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
black>=22.8.0
pylint>=2.15.0
pytest>=7.1.3
python-dotenv>=0.21.0
mypy>=0.971
12 changes: 6 additions & 6 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -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
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
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfc0946

Please sign in to comment.