forked from biglocalnews/warn-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
53 lines (49 loc) · 1003 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
46
47
48
49
50
51
52
53
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-vcr = "*"
black = "*"
twine = "*"
Sphinx = "==4.3.1"
sphinx-autobuild = "*"
myst-parser = "*"
flake8 = "*"
coverage = "*"
flake8-docstrings = "*"
setuptools-scm = "==8.1.0"
us = "*"
jinja2 = "*"
flake8-bugbear = "*"
pre-commit = "*"
sphinxcontrib-napoleon = "*"
types-requests = "*"
mypy = "*"
typing-extensions = "*"
types-retry = "*"
types-beautifulsoup4 = "*"
types-openpyxl = "*"
# pinned last known versions to support Sphinx 4
sphinxcontrib-applehelp = "1.0.4"
sphinxcontrib-devhelp = "1.0.2"
sphinxcontrib-htmlhelp = "2.0.1"
sphinxcontrib-qthelp = "1.0.3"
sphinxcontrib-serializinghtml = "1.1.5"
setuptools = "==71.1.0"
[packages]
beautifulsoup4 = "*"
html5lib = "*"
requests = "*"
openpyxl = "*"
pdfplumber = "*"
tenacity = "*"
click = "*"
xlrd = "*"
retry = "*"
urllib3 = "1.26.18" # pegged to avoid test issue
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = false