Skip to content

Commit

Permalink
Fix setup.py to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Veena Gondkar committed Oct 9, 2019
1 parent 755d0c9 commit 62daa9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python

from setuptools import setup, find_packages

Expand Down Expand Up @@ -38,6 +37,8 @@
include_package_data=True,
install_requires=[
"requests>=2.20.0",
"factom-api",
"factom-keys",
],
url="https://github.com/pegnet/fat-py",
)

0 comments on commit 62daa9c

Please sign in to comment.