X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=setup.py;h=38572a23635c029674d2756496351e4627d337c8;hp=e167a957d16f1538eb15c3587a1a0badba637091;hb=1a02dc60b8aeb312c2fd8024362224cfbc3ddc7a;hpb=c0397eb39114d0a29f5344547985e3daf36c8524 diff --git a/setup.py b/setup.py index e167a95..38572a2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) -README = open(os.path.join(here, 'README.txt')).read() +README = open(os.path.join(here, 'README.md')).read() CHANGES = open(os.path.join(here, 'CHANGES.txt')).read() requires = [ @@ -14,6 +14,10 @@ requires = [ 'repoze.tm2>=1.0b1', # default_commit_veto 'zope.sqlalchemy', 'WebError', + 'pyramid-jinja2', + 'sqlahelper', + 'webhelpers', + 'psycopg2', ] if sys.version_info[:3] < (2,5,0):