Commit 7242fe13 by Jesse Zoldak

Declare additional requirements for installing the capa module

parent 07af5211
......@@ -4,5 +4,9 @@ setup(
name="capa",
version="0.1",
packages=find_packages(exclude=["tests"]),
install_requires=["setuptools"],
install_requires=[
"setuptools",
"lxml",
"pytz"
],
)
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