generated from palewire/python-open-source-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
43 lines (40 loc) · 715 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
twine = "*"
setuptools-scm = "*"
pre-commit = "*"
mypy = "*"
types-requests = "*"
typing-extensions = "*"
flake8 = "*"
flake8-bugbear = "*"
flake8-docstrings = "*"
flake8-simplify = "*"
pep8-naming = "*"
pytest = "*"
pytest-env = "*"
pytest-cov = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-click = "*"
sphinx-palewire-theme = "==0.0.18"
sphinxcontrib-napoleon = "*"
sphinxcontrib-mermaid = "*"
myst-parser = "*"
tomli = "*"
types-retry = "*"
jupyterlab = "*"
pytest-vcr = "*"
[packages]
exceptiongroup = "*"
click = "*"
rich = "*"
pandas = "*"
requests = "*"
retry = "*"
numpy = "*"
[requires]
python_version = "3.11"