mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-28 10:13:04 +03:00
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
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
# Optional packages which may be used with REST framework.
|
|
pytz==2017.2
|
|
psycopg2==2.7.4
|
|
markdown==2.6.4
|
|
django-guardian==1.4.9
|
|
django-filter==1.1.0
|
|
coreapi==2.3.1
|
|
coreschema==0.0.4
|