Skip to content

Commit 602b5e4

Browse files
committed
chore: update package to actually have dependencies
1 parent 2f70739 commit 602b5e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎pyproject.toml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robloxmemoryapi"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Python Library that abstracts reading and writing data from the Roblox DataModel"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.9"
@@ -26,6 +26,8 @@ classifiers = [
2626
dependencies = [
2727
"requests>=2.0",
2828
"zstandard>=0.19.0",
29+
"xxhash>=3.6.0",
30+
"blake3>=1.0.8",
2931
]
3032

3133
[project.urls]

0 commit comments

Comments
 (0)