Skip to content

Commit

Permalink
working function cache
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <praneeth@bpraneeth.com>
  • Loading branch information
bedapudi6788 committed Dec 16, 2023
1 parent 2b9124d commit d59467e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@
EMAIL = "praneeth@bpraneeth.com"
AUTHOR = "BEDAPUDI PRANEETH"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.0.2.dev32"
VERSION = "0.0.2.dev34"

# What packages are required for this module to be executed?
REQUIRED = [
"zstandard",
"lmdb"
]
REQUIRED = []

# What packages are optional?
EXTRAS = {
# 'fancy feature': ['django'],
'all': ['zstandard', 'lmdb'],
}

# The rest you shouldn't have to touch too much :)
Expand Down

0 comments on commit d59467e

Please sign in to comment.