Guest User

Untitled

a guest
Jul 18th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [tool.poetry]
  2. name = "dashboard"
  3. version = "0.1.0"
  4. description = "a"
  5. authors = ["a"]
  6. readme = "README.md"
  7.  
  8. [tool.poetry.dependencies]
  9. python = "^3.11.4"
  10. sphinx-rtd-theme= "^1.2.2"
  11. requests = "^2.31.0"
  12. streamlit = "^1.24.1"
  13. PyMuPDF = "^1.22.5"
  14. lz4 = "4.3.2"
  15.  
  16. [build-system]
  17. requires = ["poetry-core"]
  18. build-backend = "poetry.core.masonry.api"
  19.  
Advertisement
Add Comment
Please, Sign In to add comment