Commit df17c0c7 by Ned Batchelder

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

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