mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Fix setup.py
This commit is contained in:
parent
393ae0604e
commit
04625a8e40
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ setup(
|
||||||
author='fragment.co.jp',
|
author='fragment.co.jp',
|
||||||
author_email='info@fragment.co.jp',
|
author_email='info@fragment.co.jp',
|
||||||
packages=['encrypted_fields'],
|
packages=['encrypted_fields'],
|
||||||
version='0.1.0',
|
version='0.1.1',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Django>=2.2',
|
'Django>=2.2',
|
||||||
'cryptography>=35.0.0',
|
'cryptography>=35.0.0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue