1 parent 2938088 commit 89a4743Copy full SHA for 89a4743
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "robloxmemoryapi"
7
-version = "0.0.8"
+version = "0.0.9"
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"
@@ -25,6 +25,7 @@ classifiers = [
25
]
26
dependencies = [
27
"requests>=2.0",
28
+ "zstandard>=0.19.0",
29
30
31
[project.urls]
0 commit comments