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.
 
 
 
 
 
 

24 lines
377 B

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