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

Update setup.py

This commit is contained in:
Mike Varga 2022-10-13 18:40:44 -04:00 committed by GitHub
parent 40263b6670
commit 3e9d680a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
'six>=1.6.1'
'six>=1.6.1',
'wheel',
]
)