This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
86 lines (85 loc) · 1.67 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
75
76
77
78
79
80
81
82
83
84
85
86
# Python packages and versions used in development environment
#
# This list is intended to be for reference only.
# Use the conda environment description file (environment-dev.yaml)
# to create an isolated development environment.
#
# Create/update this file with:
# (wwatch3-cmd)$ python3 -m pip list --format=freeze >> requirements.txt
alabaster==0.7.12
appdirs==1.4.4
arrow==1.1.0
attrs==21.2.0
Babel==2.9.1
backports.functools-lru-cache==1.6.4
binaryornot==0.4.4
black==21.5b2
brotlipy==0.7.0
certifi==2022.12.7
cffi==1.14.5
chardet==4.0.0
click==8.0.1
cliff==3.8.0
cmd2==2.0.1
colorama==0.4.4
cookiecutter==2.1.1
coverage==5.5
cryptography==3.4.7
docutils==0.16
f90nml==1.2
gitdb==4.0.7
GitPython==3.1.30
idna==2.10
imagesize==1.2.0
importlib-metadata==4.5.0
iniconfig==1.1.1
Jinja2==2.11.3
jinja2-time==0.2.0
MarkupSafe==1.1.1
more-itertools==8.8.0
mypy-extensions==0.4.3
packaging==20.9
pathspec==0.8.1
pbr==5.6.0
pip==21.1.2
pluggy==0.13.1
poyo==0.5.0
prettytable==2.1.0
py==1.10.0
pycparser==2.20
Pygments==2.9.0
pyOpenSSL==20.0.1
pyparsing==2.4.7
pyperclip==1.8.2
PySocks==1.7.1
pytest==6.2.4
pytest-randomly==3.8.0
python-dateutil==2.8.1
python-hglib==2.6.2
python-slugify==5.0.2
pytz==2021.1
PyYAML==5.4.1
regex==2021.4.4
requests==2.25.1
setuptools==65.5.1
six==1.16.0
smmap==3.0.5
snowballstemmer==2.1.0
Sphinx==4.0.2
sphinx-rtd-theme==0.5.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
stevedore==3.3.0
text-unidecode==1.3
toml==0.10.2
typed-ast==1.4.3
typing-extensions==3.10.0.0
Unidecode==1.2.0
urllib3==1.26.5
wcwidth==0.2.5
wheel==0.38.1
zipp==3.4.1