Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pyproject.toml 347 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. [tool.poetry]
  2. name = "bohr"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["hlib <hlibbabii@gmail.com>"]
  6. license = "MIT"
  7. [tool.poetry.dependencies]
  8. python = "^3.8"
  9. [tool.poetry.dev-dependencies]
  10. isort = "^5.9.3"
  11. black = "^21.9b0"
  12. pre-commit = "^2.15.0"
  13. [build-system]
  14. requires = ["poetry-core>=1.0.0"]
  15. build-backend = "poetry.core.masonry.api"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...