Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-dateutil #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update python-dateutil
Hi @medvedev1088 !
We are using ethereumetl and bitcoinetl toghether in one application. 

ethereumetl depends on python-dateutil>=2.8.0 

bitcoinetl depends on python-dateutil==2.7.0 

We have conflicts. Is it possible to bump python-dateutil to >= 2.7.0
DoubleDi authored Oct 24, 2022
commit 55c4904b83c5dedf028a581d69df3d2409dd1d2f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ def read(fname):
python_requires='>=3.5.0,<4',
install_requires=[
'requests~=2.20',
'python-dateutil~=2.7',
'python-dateutil>=2.7.0',
'click~=7.0'
],
extras_require={