X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=235839718889817c1e3256c8f2b858cc318ec92c;hp=bf81013802c1d39bcd010bf25848dd642cc47e9b;hb=ba0a926d979a22f18244efd291d56d0298892e7f;hpb=092ddf4dbd6d171936fa4e97e60ebb33bbd0ed2e;ds=inline diff --git a/setup.py b/setup.py index bf81013..2358397 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ from setuptools import setup, find_packages version = '0.0.1' install_requires = [ + "SQLAlchemy", "colorama", "pyfiglet", "python-dateutil",