Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [tool.poetry]
  2. name = "manim-test"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Your Name <you@example.com>"]
  6.  
  7. [tool.poetry.dependencies]
  8. python = "^3.7"
  9. manimlib = "^0.1.10"
  10.  
  11. [tool.poetry.dev-dependencies]
  12. pytest = "^3.0"
  13.  
  14. [build-system]
  15. requires = ["poetry>=0.12"]
  16. build-backend = "poetry.masonry.api"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement