/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
require requests
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 7f1e3ba55053 parent 5a8f5df Browse files
1 changed file+2−1
zia_benchmark/setup.pymodified+2−1View file
@@ -8,7 +8,8 @@ setup(
88 install_requires=[
99 "numpy",
1010 "zstandard",
11- "simple_ans"
11+ "simple_ans",
12+ "requests"
1213 ],
1314 python_requires=">=3.8",
1415 author="Jeremy Magland",
moveopenescclose