-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
74 lines (73 loc) · 1.39 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
68
69
70
71
72
73
74
# -e git+https://${GIT_USER}:${GIT_TOKEN}@cchteam.med.yale.edu/gitlab/computationalhealth/[email protected]#egg=cchlib
apache-airflow==2.3.3
argcomplete==1.12.3
atomicwrites==1.4.0
attrs
beautifulsoup4==4.11.1
black==22.6.0
certifi==2022.6.15
charset-normalizer==2.1.0
click==8.1.3
colorama==0.4.5
colorlog
coverage==6.4.1
distlib==0.3.4
filelock==3.7.1
flake8-broken-line==0.4.0
flake8-bugbear==22.7.1
flake8-comprehensions==3.10.0
flake8==4.0.1
ghp-import==2.1.0
griffe==0.22.0
idna==3.3
importlib-metadata==4.12.0
iniconfig==1.1.1
isort==5.10.1
jinja2==3.1.2
lxml==4.9.1
markdown==3.3.7
markupsafe==2.1.1
mccabe==0.6.1
mergedeep==1.3.4
mkdocs-autorefs==0.4.1
mkdocs-gen-files==0.3.5
mkdocs-htmlproofer-plugin==0.8.0
mkdocs-literate-nav==0.4.1
mkdocs-material-extensions==1.0.3
mkdocs-material==8.3.9
mkdocs==1.3.0
mkdocstrings-python==0.7.1
mkdocstrings==0.19.0
mypy-extensions==0.4.3
mypy==0.961
nox==2022.1.7
packaging==21.3
pathspec==0.9.0
pep8-naming==0.13.0
platformdirs==2.5.2
pluggy==1.0.0
py==1.11.0
pycodestyle==2.8.0
pyflakes==2.4.0
pygments==2.12.0
pymdown-extensions==9.5
pyparsing==3.0.9
pyproject-flake8==0.0.1a4
pytest-cov==3.0.0
pytest==7.1.2
python-dateutil==2.8.2
pyyaml-env-tag==0.1
pyyaml==6.0
requests==2.28.1
six==1.16.0
soupsieve==2.3.2.post1
tomli==2.0.1
tomlkit==0.11.1
typer==0.5.0
typing-extensions==4.3.0
urllib3==1.26.10
virtualenv==20.15.1
watchdog==2.1.9
zipp==3.8.0
autopep8
autoflake