Skip to content
Snippets Groups Projects
Commit df17c0c7 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Move symmath into capa so that it's available where needed

parent 67d0670b
No related merge requests found
......@@ -4,14 +4,11 @@ setup(
name="sandbox-packages",
version="0.1",
packages=[
"symmath",
"verifiers",
],
py_modules=[
"eia",
],
install_requires=[
# symmath needs:
"sympy", "requests", "lxml",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment