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

Pipfile 566 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
32
33
34
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. pylint = "*"
  7. ipykernel = "*"
  8. black = "*"
  9. [packages]
  10. src = {editable = true,file = "file:///home/ttu/Documents/school/ENGR699/CaReCur"}
  11. click = "*"
  12. coverage = "*"
  13. awscli = "*"
  14. flake8 = "*"
  15. python-dotenv = ">=0.5.1"
  16. Sphinx = "*"
  17. dynaconf = "*"
  18. pandas = "*"
  19. xarray = "*"
  20. cfgrib = "*"
  21. eccodes-python = "*"
  22. dask = {extras = ["dataframe"],version = "*"}
  23. toolz = "*"
  24. fastparquet = "*"
  25. loguru = "*"
  26. siphon = "*"
  27. [requires]
  28. python_version = "3.7"
  29. [pipenv]
  30. allow_prereleases = true
Tip!

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

Comments

Loading...