Development of an internal social media platform with personalised dashboards for students
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.

requirements.txt 592B

1234567891011121314151617181920212223242526272829303132
  1. amqp==1.4.9
  2. anyjson==0.3.3
  3. astroid==1.6.5
  4. autopep8==1.3.5
  5. billiard==3.3.0.23
  6. celery==3.1.26.post2
  7. croniter==0.3.25
  8. Django==2.1.2
  9. django-celery==3.2.2
  10. django-classy-tags==0.8.0
  11. django-debug-toolbar==1.10.1
  12. django-hitcount==1.3.0
  13. django-post-office==3.1.0
  14. django-taggit==0.23.0
  15. django-taggit-templatetags2==1.6.1
  16. isort==4.3.4
  17. jsonfield==2.0.2
  18. kombu==3.0.37
  19. lazy-object-proxy==1.3.1
  20. ldap3==2.5
  21. mccabe==0.6.1
  22. pyasn1==0.4.3
  23. pyasn1-modules==0.2.2
  24. pycodestyle==2.4.0
  25. pyldap==3.0.0.post1
  26. pylint==1.9.2
  27. python-dateutil==2.7.3
  28. python-ldap==3.1.0
  29. pytz==2018.4
  30. six==1.11.0
  31. sqlparse==0.2.4
  32. wrapt==1.10.11