Skip to content

Commit

Permalink
Switch algorithm to AES-256-GCM, cancel SHA-256 signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbolt committed Apr 1, 2022
1 parent 2045c22 commit 57ded2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="CyberDB",
version="0.8.0",
version="0.9.0",
author="Cyberbolt",
author_email="[email protected]",
description="CyberDB is a lightweight Python in-memory database. It is designed to use Python's built-in data structures Dictionaries, Lists for data storage, efficient communication through Socket TCP, and provide data persistence. This module can be used in hard disk database caching, Gunicorn inter-process communication, distributed computing and other fields.",
Expand All @@ -20,6 +20,6 @@
],
install_requires=[
'APScheduler>=3.9.1',
'obj-encrypt==0.6.0'
'obj-encrypt==0.7.0'
]
)

0 comments on commit 57ded2d

Please sign in to comment.