1 parent 2f70739 commit 602b5e4Copy full SHA for 602b5e4
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "robloxmemoryapi"
7
-version = "0.1.4"
+version = "0.1.5"
8
description = "Python Library that abstracts reading and writing data from the Roblox DataModel"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
requires-python = ">=3.9"
@@ -26,6 +26,8 @@ classifiers = [
26
dependencies = [
27
"requests>=2.0",
28
"zstandard>=0.19.0",
29
+ "xxhash>=3.6.0",
30
+ "blake3>=1.0.8",
31
]
32
33
[project.urls]
0 commit comments