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