-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Pipfile
60 lines (57 loc) · 1006 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
54
55
56
57
58
59
60
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "*"
pytz = "*"
internetarchive = "*"
python-slugify = "*"
playwright = "*"
jinja2 = "*"
shot-scraper = "*"
pillow = "*"
pandas = "*"
rich = "*"
iso3166 = "*"
python-iso639 = "*"
requests = "*"
retry = "*"
storysniffer = "*"
spacy = "*"
spectra = "*"
"mastodon.py" = "*"
sqlite-robotstxt = "*"
[dev-packages]
pre-commit = "*"
sphinx = "*"
sphinx-autobuild = "*"
myst-parser = "*"
pytest = "*"
flake8 = "*"
flake8-docstrings = "*"
flake8-bugbear = "*"
mypy = "*"
types-requests = "*"
types-python-slugify = "*"
types-pytz = "*"
types-pyyaml = "*"
sphinxcontrib-napoleon = "*"
sphinx-click = "*"
sphinx-palewire-theme = "==0.0.18"
types-retry = "*"
storysniffer = "*"
ipywidgets = "*"
setuptools-scm = "*"
twine = "*"
xlwt = "*"
pytest-env = "*"
pytest-cov = "*"
pytest-optional-tests = "*"
pytest-vcr = "*"
pytest-xdist = "*"
exceptiongroup = "*"
tomli = "*"
jupyterlab = "*"
[requires]
python_version = "3.10"