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
9e84ed92b4
commit
22a5cd4f84
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -13,9 +13,9 @@ setup(
|
|||
author='fragment.co.jp',
|
||||
author_email='info@fragment.co.jp',
|
||||
packages=['encrypted_fields'],
|
||||
version='0.0.2',
|
||||
version='0.1.0',
|
||||
install_requires=[
|
||||
'Django>=2.2',
|
||||
'cryptography>=35.0.0',
|
||||
],
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue