diff --git a/setup.py b/setup.py index 727991d..c48e4f4 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python from setuptools import setup, find_packages @@ -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", )