mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Add python-dateutil as a direct dependency.
This commit is contained in:
parent
0a95afa5f5
commit
adfda39529
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ install_requires =
|
|||
requests>=2.22,<3
|
||||
SQLAlchemy-Continuum>=1.3.9,<2
|
||||
SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728
|
||||
python-dateutil
|
||||
|
||||
[options.extras_require]
|
||||
dev =
|
||||
|
|
Loading…
Reference in a new issue