25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
980 B

  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 = "<3.2"
  13. django-filter = "==2.4.0"
  14. coreapi = "^2.3.3"
  15. psycopg2-binary = "==2.8.6"
  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. black = "==19.10b0"
  29. [build-system]
  30. requires = ["poetry-core>=1.0.0"]
  31. build-backend = "poetry.core.masonry.api"
  32. [[tool.poetry.source]]
  33. name = "douban"
  34. url = "https://pypi.doubanio.com/simple"
  35. default = true