-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathPipfile
48 lines (45 loc) · 823 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-vcr = "*"
black = "*"
twine = "*"
flake8 = "*"
coverage = "*"
flake8-docstrings = "*"
setuptools-scm = "*"
us = "*"
jinja2 = "*"
flake8-bugbear = "*"
pre-commit = "*"
types-requests = "*"
mypy = "*"
typing-extensions = "*"
types-retry = "*"
types-beautifulsoup4 = "*"
types-openpyxl = "*"
blacken-docs = "*"
exceptiongroup = "*"
pytest-cov = "*"
pytest-sugar = "*"
pytest-stub = "*"
[packages]
beautifulsoup4 = "*"
html5lib = "*"
requests = "*"
pdfplumber = "*"
tenacity = "*"
click = "*"
retry = "*"
urllib3 = "1.26.18" # pegged to avoid test issue
typing-extensions = "*"
us = "*"
pytube = "*"
clean-scraper = {file = ".", editable = true}
python-dotenv = "*"
yt-dlp = "*"
[pipenv]
allow_prereleases = false