diff --git a/setup.py b/setup.py index 4ddac6c..5bd2291 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -import configparser, os.path, tweepy, dbtools, getpass +import configparser, os.path, getpass if os.path.isfile("config.cfg"): print("config.cfg already exists. Please remove it before running this script.")