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:42:08 -04:00 committed by GitHub
parent 3e9d680a25
commit b65c487215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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