-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
66 lines (65 loc) · 2.35 KB
/
requirements.txt
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
61
62
63
64
65
66
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################
anyio==3.3.1 ; python_full_version >= '3.6.2'
backports.zoneinfo==0.2.1
beautifulsoup4==4.10.0 ; python_version >= '3.1'
bibtexparser==1.2.0
blessed==1.17.6
bs4==0.0.1
cached-property==1.5.2
certifi==2021.5.30
charset-normalizer==2.0.5 ; python_version >= '3'
click==8.0.1
commonmark==0.9.1
dataclass-dict-convert==1.5.8
dictdiffer==0.9.0
feedparser==6.0.8 ; python_version >= '3.6'
future==0.18.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
h11==0.12.0 ; python_version >= '3.6'
httpcore==0.13.7 ; python_version >= '3.6'
httpx==1.0.0b0 ; python_version >= '3.6'
idna==3.2 ; python_version >= '3'
inquirer==2.7.0
mistletoe==0.7.2
mypy-extensions==0.4.3
git+https://github.com/EgorDm/notion-py.git
notion-client==0.6.0
numpy==1.21.2 ; python_version < '3.11' and python_version >= '3.7'
pandas==1.3.3
pathlib==1.0.1
platformdirs==2.3.0
pyparsing==3.0.0rc1 ; python_version >= '3.5'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-editor==1.0.4
python-slugify==5.0.2 ; python_version >= '3.6'
pytz==2021.1
pyyaml==5.4.1
pyzotero
readchar==2.0.1
requests==2.26.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
rfc3986[idna2008]==1.5.0
ruamel.yaml.clib==0.2.6 ; python_version < '3.10' and platform_python_implementation == 'CPython'
ruamel.yaml==0.17.16
sgmllib3k==1.0.0
simple-parsing==0.0.16.post2
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0 ; python_version >= '3.5'
soupsieve==2.2.1 ; python_version >= '3.6'
stringcase==1.2.0
tabulate==0.8.9
text-unidecode==1.3
tqdm==4.62.2
typing-extensions==3.10.0.2
typing-inspect==0.7.1
tzlocal==4.0b1 ; python_version >= '3.6'
urllib3==1.26.6 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
wcwidth==0.2.5