Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

46 Zeilen
1.1 KiB

  1. [tool.poetry]
  2. name = "pinry"
  3. version = "2.1.9"
  4. description = "Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. It's open-source and self-hosted."
  5. authors = ["winkidney <winkidney@gmail.com>"]
  6. license = "BSD 2-Clause"
  7. [tool.poetry.dependencies]
  8. python = ">=3.7"
  9. requests = "^2.27.1"
  10. django = ">2.2.17,<3"
  11. pillow = ">=8.1.1"
  12. markdown = "*"
  13. django-filter = "==2.4.0"
  14. coreapi = "^2.3.3"
  15. psycopg2-binary = "2.9.9"
  16. django-taggit = "1.3.0"
  17. django-braces = "^1.15.0"
  18. django-compressor = "^4.0"
  19. mock = "^4.0.3"
  20. gunicorn = "^20.1.0"
  21. djangorestframework = "^3.13.1"
  22. [tool.poetry.dev-dependencies]
  23. flake8 = "*"
  24. qrcode = "*"
  25. django-extensions = "*"
  26. mkdocs = "*"
  27. mkdocs-material = "*"
  28. jinja2 = "==3.0.3"
  29. black = "==19.10b0"
  30. [tool.poetry.group.dev.dependencies]
  31. jinja2 = "3.0.3"
  32. mkdocs-material = "8.4.0"
  33. [build-system]
  34. requires = ["poetry-core>=1.0.0"]
  35. build-backend = "poetry.core.masonry.api"
  36. [[tool.poetry.source]]
  37. name = "tuna"
  38. url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
  39. priority = "primary"