You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
975 B

:wrench: fix psycopg2 warning by updating to psycopg2-binary wanring log ``` $ docker exec doccano tools/create-admin.sh "admin" "admin@example.com" "password" /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>. """) /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>. """) Operations to perform: Apply all migrations: admin, auth, contenttypes, server, sessions, social_django Running migrations: No migrations to apply. Superuser created successfully. /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>. """) ``` normal(fixed) log ``` $ docker exec doccano tools/create-admin.sh "admin" "admin@example.com" "password" Operations to perform: Apply all migrations: admin, auth, contenttypes, server, sessions, social_django Running migrations: No migrations to apply. Superuser created successfully. ```
5 years ago
5 years ago
  1. apache-libcloud==2.4.0
  2. applicationinsights==0.11.7
  3. colour==0.1.5
  4. chardet==3.0.4
  5. coverage==4.5.3
  6. dj-database-url==0.5.0
  7. Django==2.1.11
  8. django-cloud-browser==0.5.0
  9. django-cors-headers==3.1.1
  10. django-filter==2.0.0
  11. django-heroku==0.3.1
  12. django-webpack-loader==0.6.0
  13. django-widget-tweaks==1.4.2
  14. django-polymorphic==2.0.3
  15. django-pyodbc-azure==2.1.0.0
  16. django-rest-polymorphic==0.1.8
  17. djangorestframework==3.10
  18. djangorestframework-csv==2.1.0
  19. djangorestframework-filters==0.10.2
  20. environs==4.1.0
  21. djangorestframework-xml==1.4.0
  22. drf-yasg==1.17.1
  23. Faker==0.9.1
  24. flake8==3.6.0
  25. furl==2.0.0
  26. gunicorn==19.9.0
  27. lockfile==0.12.2
  28. model-mommy==1.6.0
  29. mysqlclient==1.4.2.post1
  30. psycopg2-binary==2.7.7
  31. pyexcel==0.5.14
  32. pyexcel-xlsx==0.5.7
  33. python-dateutil==2.7.3
  34. pytz==2018.4
  35. requests==2.21.0
  36. six==1.11.0
  37. seqeval==0.0.6
  38. social-auth-app-django==3.1.0
  39. social-auth-core[azuread]==3.0.0
  40. text-unidecode==1.2
  41. unittest-xml-reporting==2.5.1
  42. vcrpy==2.0.1
  43. vcrpy-unittest==0.1.7
  44. whitenoise[brotli]==4.1.2
  45. conllu==1.3.2