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.

пре 6 година
пре 6 година
пре 6 година
123456789101112131415161718192021222324
  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. name = "pypi"
  4. verify_ssl = true
  5. [dev-packages]
  6. "flake8" = "*"
  7. qrcode = "*"
  8. django-extensions = "*"
  9. [packages]
  10. django = ">=1.11,<1.12"
  11. pillow = "*"
  12. requests = "*"
  13. django-taggit = "*"
  14. django-braces = "*"
  15. django-compressor = "*"
  16. mock = "*"
  17. gunicorn = "*"
  18. djangorestframework = "*"
  19. markdown = "*"
  20. django-filter = "*"
  21. coreapi = "*"
  22. psycopg2-binary = "*"