Skip to content

Commit

Permalink
Fix install_requires in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Dec 13, 2018
1 parent 64cda32 commit 580d310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

zip_safe=False,

install_requires=['pytac, at-python'],
install_requires=['pytac', 'at-python'],

python_requires='>=2.7.4',
)

0 comments on commit 580d310

Please sign in to comment.