Fix setup.py

This commit is contained in:
naohide 2021-12-19 13:19:32 +09:00
parent 393ae0604e
commit 04625a8e40

View file

@ -13,7 +13,7 @@ setup(
author='fragment.co.jp',
author_email='info@fragment.co.jp',
packages=['encrypted_fields'],
version='0.1.0',
version='0.1.1',
install_requires=[
'Django>=2.2',
'cryptography>=35.0.0',