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