Skip to content

Commit 3d92f1f

Browse files
authored
Pin psycopg2 to <2.8 (#132)
1 parent 4995c22 commit 3d92f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'django-simple-captcha',
3737
'lxml',
3838
'YURL',
39+
'psycopg2<2.8',
3940
),
4041
include_package_data=True,
4142
zip_safe=False,

0 commit comments

Comments
 (0)