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.
 
 
 
 
 
 

33 line
557 B

  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. name = "pypi"
  4. verify_ssl = true
  5. [[source]]
  6. url = "https://www.piwheels.org/simple"
  7. name = "piwheels"
  8. verify_ssl = true
  9. [dev-packages]
  10. "flake8" = "*"
  11. qrcode = "*"
  12. django-extensions = "*"
  13. mkdocs = "*"
  14. mkdocs-material = "*"
  15. black = "==19.10b0"
  16. [packages]
  17. django = ">2.2.17,<3"
  18. pillow = ">=8.1.1"
  19. requests = "*"
  20. django-taggit = "*"
  21. django-braces = "*"
  22. django-compressor = "*"
  23. mock = "*"
  24. gunicorn = "*"
  25. djangorestframework = "*"
  26. markdown = "<3.2"
  27. django-filter = "==2.4.0"
  28. coreapi = "*"
  29. psycopg2-binary = "*"