mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Install psycopg2-binary
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
psycopg2
|
psycopg2-binary
|
||||||
|
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ setup(
|
|||||||
],
|
],
|
||||||
'memcached': ['pylibmc'],
|
'memcached': ['pylibmc'],
|
||||||
'mysql': ['mysqlclient'],
|
'mysql': ['mysqlclient'],
|
||||||
'postgres': ['psycopg2'],
|
'postgres': ['psycopg2-binary'],
|
||||||
},
|
},
|
||||||
|
|
||||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||||
|
|||||||
Reference in New Issue
Block a user