Skip to content

Commit 89a4743

Browse files
committed
chore: update lib
1 parent 2938088 commit 89a4743

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎pyproject.toml‎

Lines changed: 2 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.0.8"
7+
version = "0.0.9"
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"
@@ -25,6 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"requests>=2.0",
28+
"zstandard>=0.19.0",
2829
]
2930

3031
[project.urls]

0 commit comments

Comments
 (0)