Skip to content

Commit

Permalink
Dependency update obj-encrypt==0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbolt committed Apr 1, 2022
1 parent 5021a3c commit 50c74c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ macvenv
.idea
dist
pyvenv
site


# Byte-compiled / optimized / DLL files
Expand Down
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.7.1",
version="0.8.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.5.1'
'obj-encrypt==0.6.0'
]
)

0 comments on commit 50c74c9

Please sign in to comment.