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 559 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
20
21
22
23
24
25
26
27
28
29
30
31
  1. [tool.poetry]
  2. name = "bibi"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["hswei0 <github.wei@mailhero.io>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "^3.12"
  9. pathlib = "^1.0.1"
  10. requests = "^2.29.0"
  11. notebook = "^6.5.4"
  12. pandas = "^2.0.1"
  13. numpy = "^1.24.3"
  14. bs4 = "^0.0.1"
  15. openpyxl = "^3.1.2"
  16. selenium = "^4.9.0"
  17. lxml = "^4.9.2"
  18. dvc = "^2.57.2"
  19. xlrd = "^2.0.1"
  20. ipykernel = "^6.26.0"
  21. [tool.poetry.group.dev.dependencies]
  22. autopep8 = "^2.0.2"
  23. pandas = "^2.2.0"
  24. [build-system]
  25. requires = ["poetry-core"]
  26. 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...