Skip to content

Commit d4dc24e

Browse files
blueyedtomchristie
authored andcommitted
requirements-optionals.txt: bump psycopg2 to 2.7.4 (#5967)
With 2.7.3 I am seeing an ImportError on Arch Linux: > ImportError: …/.venv/lib/python3.6/site-packages/psycopg2/.libs/libresolv-2-c4c53def.5.so: > symbol __res_maybe_init version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
1 parent e79610a commit d4dc24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements-optionals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Optional packages which may be used with REST framework.
22
pytz==2017.2
3-
psycopg2==2.7.3
3+
psycopg2==2.7.4
44
markdown==2.6.4
55
django-guardian==1.4.9
66
django-filter==1.1.0

0 commit comments

Comments
 (0)