forked from boschglobal/luisy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_dev.txt
70 lines (69 loc) · 3.25 KB
/
requirements_dev.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
68
69
70
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --annotation-style=line --no-emit-index-url requirements_dev.in
#
attrs==22.1.0 # via pytest
azure-core==1.26.1 # via azure-storage-blob
azure-storage-blob==12.16.0 # via -r requirements.txt
build==0.9.0 # via pip-tools
certifi==2022.12.7 # via requests
cffi==1.15.1 # via cryptography
charset-normalizer==2.1.1 # via requests
click==8.1.3 # via pip-tools
contourpy==1.0.6 # via matplotlib
coverage[toml]==6.5.0 # via coverage, pytest-cov
cryptography==39.0.2 # via azure-storage-blob
cycler==0.11.0 # via matplotlib
distlib==0.3.6 # via -r requirements.txt
docutils==0.19 # via python-daemon
exceptiongroup==1.0.4 # via pytest
flake8==4.0.1 # via -r requirements_dev.in, pytest-flake8
fonttools==4.38.0 # via matplotlib
idna==3.4 # via requests
iniconfig==1.1.1 # via pytest
isodate==0.6.1 # via azure-storage-blob
kiwisolver==1.4.4 # via matplotlib
lockfile==0.12.2 # via python-daemon
luigi==3.1.1 # via -r requirements.txt
matplotlib==3.6.2 # via -r requirements.txt
mccabe==0.6.1 # via flake8
networkx==2.8.8 # via -r requirements.txt
numexpr==2.8.4 # via tables
numpy==1.23.5 # via -r requirements.txt, contourpy, matplotlib, numexpr, pandas, pyarrow, tables
packaging==21.3 # via build, matplotlib, pytest, tables
pandas==1.5.2 # via -r requirements.txt
pep517==0.13.0 # via build
pillow==9.3.0 # via matplotlib
pip-tools==6.10.0 # via -r requirements_dev.in
pipdeptree==2.3.3 # via -r requirements.txt
pluggy==1.0.0 # via pytest
py4j==0.10.9.7 # via pyspark
pyarrow==10.0.1 # via -r requirements.txt
pycodestyle==2.8.0 # via flake8
pycparser==2.21 # via cffi
pyflakes==2.4.0 # via flake8
pyparsing==3.0.9 # via matplotlib, packaging
pyspark==3.5.0 # via -r requirements.txt
pytest==7.2.0 # via -r requirements_dev.in, pytest-cov, pytest-flake8
pytest-cov==4.0.0 # via -r requirements_dev.in
pytest-flake8==1.1.1 # via -r requirements_dev.in
pytest-runner==6.0.0 # via -r requirements_dev.in
python-daemon==2.3.2 # via luigi
python-dateutil==2.8.2 # via luigi, matplotlib, pandas
pytz==2022.6 # via pandas
requests==2.31.0 # via azure-core
requirements-parser==0.5.0 # via -r requirements.txt
six==1.16.0 # via azure-core, isodate, python-dateutil
tables==3.7.0 # via -r requirements.txt
tenacity==8.1.0 # via luigi
tomli==2.0.1 # via build, coverage, pep517, pytest
tornado==6.3.2 # via luigi
types-setuptools==65.6.0.1 # via requirements-parser
typing-extensions==4.4.0 # via azure-core, azure-storage-blob
urllib3==1.26.13 # via requests
wheel==0.38.4 # via pip-tools
# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1 # via pip-tools
setuptools==65.6.3 # via pip-tools, python-daemon