-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (29 loc) · 530 Bytes
/
Pipfile
File metadata and controls
32 lines (29 loc) · 530 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.9"
[packages]
Click = ">=7.1.2"
[dev-packages]
setuptools = ">=53.0.0"
black = ">=20.8b1"
flake8 = "*"
isort = ">=5.7.0"
flake8-isort = ">=4.0.0"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
bump2version = ">=1.0.1"
watchdog = ">=0.10.3"
tox = ">=3.20.1"
coverage = ">=5.3"
twine = ">=3.3.0"
pytest-runner = ">=5.2"
sphinx = ">=3.3.0"
pylint = "*"
tomlkit = ">=0.7.0"
requests = "*"
BeautifulSoup4 = "*"
html5lib = "*"