Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add postgres_pypy
  • Loading branch information
dcramer committed May 8, 2013
1 parent d1ecd1c commit 1d7be7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -84,6 +84,10 @@
'psycopg2>=2.4.0,<2.5.0',
]

postgres_pypy_requires = [
'psycopg2cffi',
]

mysql_requires = [
'MySQL-python>=1.2.0,<1.3.0',
]
Expand All @@ -105,6 +109,7 @@
'tests': tests_require,
'dev': dev_requires,
'postgres': install_requires + postgres_requires,
'postgres_pypy': install_requires + postgres_pypy_requires,
'mysql': install_requires + mysql_requires,
},
test_suite='runtests.runtests',
Expand Down

0 comments on commit 1d7be7f

Please sign in to comment.