1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Collect a timestamp from emails + migration

This commit is contained in:
Mike Varga 2022-10-17 13:09:24 -04:00
parent 47da2de396
commit 6673c58ca4
4 changed files with 30 additions and 0 deletions

View file

@ -56,5 +56,6 @@ setup(
include_package_data=True,
install_requires=[
'six>=1.6.1',
'python-dateutil==2.8.2',
]
)