-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhatch.toml
50 lines (50 loc) · 1012 Bytes
/
hatch.toml
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
[envs.default]
path = ".bro_connector"
dependencies = [
"asgiref",
"certifi",
"charset-normalizer",
"Django==4.0.3",
"django-extensions",
"django-admin-generator==2.2.1",
"django-jazzmin==2.6.0",
"django-modeladmin-reorder==0.3.1",
"django-utils2==2.12.1",
"idna",
"lxml",
"numpy",
"pandas==2.1.3",
"psycopg2-binary",
"python-dateutil",
"python-utils",
"pytz",
"six",
"sqlparse",
"tzdata",
"urllib3",
"uuid",
"xmltodict",
"bro-exchange @ git+https://github.com/nens/bro-exchange",
"django-reversion-compare",
"pyproj",
"django_plotly_dash",
"matplotlib",
"pandas",
"sqlalchemy",
"geopandas",
"dash[diskcache]",
"dash-bootstrap-components",
"flask-caching",
"tqdm",
"waitress",
"traval",
"pastas",
"pastastore",
"hydropandas",
"icecream",
"i18nice[YAML]",
"arcticdb",
"protobuf~=4.0",
"dpd-static-support",
"django-bootstrap4"
]