generated from UNSW-CEEM/ceem-python-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
125 lines (125 loc) · 4.66 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
anyio==3.6.2
attrs==22.1.0
backports.zoneinfo==0.2.1
beautifulsoup4==4.11.1
black==22.8.0
bleach==5.0.1
Brotli==1.0.9
certifi==2022.9.14
cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
click-log==0.4.0
colorama==0.4.5
contourpy==1.0.6
coverage==6.4.4
cycler==0.11.0
dash==2.6.1
dash-bootstrap-components==1.2.1
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-loading-spinners==1.0.0
dash-table==5.0.0
dataclasses==0.6
deprecation==2.1.0
distlib==0.3.6
docutils==0.18.1
dotty-dict==1.3.1
et-xmlfile==1.1.0
feather-format==0.4.1
filelock==3.8.0
flake8==5.0.4
Flask==2.2.2
Flask-Compress==1.12
fonttools==4.38.0
gitdb==4.0.9
GitPython==3.1.29
gotrue==0.5.4
greenlet==2.0.1
gunicorn==20.1.0
h11==0.12.0
httpcore==0.15.0
httpx==0.23.0
identify==2.5.5
idna==3.4
importlib-metadata==4.12.0
iniconfig==1.1.1
invoke==1.7.3
isort==5.10.1
itsdangerous==2.1.2
jaraco.classes==3.2.3
Jinja2==3.1.2
joblib==1.2.0
keyring==23.9.3
kiwisolver==1.4.4
MarkupSafe==2.1.1
matplotlib==3.6.2
mccabe==0.7.0
memory-profiler==0.61.0
more-itertools==9.0.0
mypy-extensions==0.4.3
-e git+https://github.com/UNSW-CEEM/nem-bidding-dashboard.git@d034b3d04f9fe1c501e965bff3df9cd2be887ab3#egg=nem_bidding_dashboard
nemosis==3.4.0
nodeenv==1.7.0
numpy==1.23.3
openpyxl==3.0.10
packaging==21.3
pandas==1.5.0
pandasql==0.7.3
pathspec==0.10.1
Pillow==9.3.0
pkginfo==1.8.3
platformdirs==2.5.2
plotly==5.10.0
pluggy==1.0.0
postgrest-py==0.10.3
pre-commit==2.20.0
psutil==5.9.4
psycopg==3.1.4
psycopg-binary==3.1.4
py==1.11.0
pyarrow==9.0.0
pycodestyle==2.9.1
pydantic==1.10.2
pyflakes==2.5.0
Pygments==2.13.0
pyparsing==3.0.9
pytest==7.1.3
pytest-cov==3.0.0
python-dateutil==2.8.2
python-gitlab==3.11.0
python-semantic-release==7.32.1
pytz==2022.2.1
pywin32-ctypes==0.2.0
PyYAML==6.0
readme-renderer==37.2
realtime==0.0.5
requests==2.28.1
requests-toolbelt==0.10.1
rfc3986==1.5.0
semver==2.13.0
setuptools-scm==7.0.5
six==1.16.0
smmap==5.0.0
sniffio==1.3.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.43
storage3==0.3.5
supabase==0.7.1
supafunc==0.2.2
tenacity==8.0.1
toml==0.10.2
tomli==2.0.1
tomlkit==0.11.6
tqdm==4.64.1
twine==3.8.0
typing_extensions==4.3.0
tzdata==2022.6
urllib3==1.26.12
virtualenv==20.16.5
webencodings==0.5.1
websockets==10.4
Werkzeug==2.2.2
xlrd==2.0.1
zipp==3.8.1
�