-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathPipfile
45 lines (41 loc) · 903 Bytes
/
Pipfile
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
35
36
37
38
39
40
41
42
43
44
45
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
coverage = "==7.6.1"
importlib-metadata = "==8.5.0"
mkdocs = "==1.6.1"
mkdocstrings = "0.27.0"
mkdocstrings-python = "1.13.0"
mypy = "==1.13.0"
pdoc3 = "==0.11.0"
pre-commit = "==3.5.0"
project-summarizer = "==0.5.0"
py = "==1.11.0"
pylint = "==3.2.7"
pylint-utils = "==0.5.1"
pyroma = "==4.2"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-console-scripts = "==1.4.1"
pytest-timeout = "==2.3.1"
pytest-html = "==4.1.1"
pytest-xdist = "==3.6.1"
setuptools = "==75.3.0"
snakeviz = "==2.2.2"
sourcery = "==1.28.0"
types-pyyaml = "*"
twine = "<5.1"
streamlit = "*"
pandas = "*"
pandas-datareader = "*"
altair = {extras = ["all"], version = "*"}
[packages]
columnar = ">=1.4.0"
application-properties = ">=0.8.2"
typing-extensions = ">=4.7.0"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true