-
Notifications
You must be signed in to change notification settings - Fork 12
/
requirements.txt
67 lines (53 loc) · 1.25 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
67
# common dependencies
tomli==2.0.1
platformdirs==2.5.4
# isort - sort your imports
isort==5.10.1
# pylint - static code analysis tool
astroid==2.12.12
tomlkit==0.11.6
mccabe==0.7.0
dill==0.3.6
wrapt==1.14.1
lazy-object-proxy==1.8.0
pylint==2.15.5
# black - code formatter
mypy-extensions==0.4.3
click==8.1.3
pathspec==0.10.2
black==22.10.0
# PyYAML - YAML parser and emitter
PyYAML==6.0
# yamllint - check YAML for syntax validity
yamllint==1.28.0
# pandas - data analysis toolkit
numpy==1.23.4
python-dateutil==2.8.2
pytz==2022.6
six==1.16.0
pandas==1.5.1
# tabulate - pretty print tabular data
tabulate==0.9.0
# openpyxl - r/w excel 2010 xlsx/xlsm/xltx/xltm files
et-xmlfile==1.1.0
openpyxl==3.0.10
# XlsxWriter - writing files in the Excel 2007+ XLSX format
XlsxWriter==3.0.3
# jellyfish - library for approximate & phonetic matching of strings
jellyfish==0.9.0
# jinja2 - fast, expressive, extensible templating engine
MarkupSafe==2.1.1
Jinja2==3.1.2
# pytest - write tests for applications and libraries
iniconfig==1.1.1
exceptiongroup==1.0.4
pluggy==1.0.0
packaging==21.3
attrs==22.1.0
pyparsing==3.0.9
pytest==7.2.0
# coverage - measures code coverage during test execution
coverage==6.5.0
# pdoc - API documentation for python
Pygments==2.13.0
pdoc==12.3.0