-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
81 lines (76 loc) · 1.61 KB
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[[source]]
name = "codeberg"
url = "https://codeberg.org/api/packages/goern/pypi/simple/"
verify_ssl = true
[packages]
apscheduler = "*"
dash-bootstrap-components = "*"
dash = ">=2.0,<2.10"
django = "*"
django-admin-list-filter-dropdown = "*"
django-admin-relation-links = "*"
django-allauth = "*"
django-crispy-forms = "*"
django-dirtyfields = "*"
django-environ = "*"
django-extensions = "*"
django-model-utils = "*"
django-picklefield = "*"
django-plotly-dash = "*"
django-prometheus = "*"
django-sql-explorer = "*"
dpd-static-support = "*"
flask-healthz = "*"
fontawesomefree = "*"
influxdb-client = {extras = ["async"], version = "*"}
jupyter = "*"
kaleido = "*"
locked-dict = "*"
matplotlib = "*"
paho-mqtt = "*"
pandas = "*"
prometheus-flask-exporter = "*"
psycopg2-binary = "*"
rich = "*"
sanitize-filename = "*"
scikit-learn = "*"
scipy = "*"
sentry-sdk = "*"
sqlalchemy = "*"
uwsgi = "*"
whitenoise = "*"
toml = "*"
openai = "*"
pydub = "*"
django-bootstrap5 = "*"
django-bootstrap-icons = "*"
django-markdown-deux = "*"
crispy-bootstrap5 = "*"
django-bootstrap4 = "*"
kubernetes = "*"
async-timeout = "*"
python3-openid = "*"
elevenlabs = "*"
# django-timescaledb = {git = "git+https://github.com/lynxx-apac/django-timescaledb.git#egg=django-timescaledb"}
django-hijack = "*"
racing-telemetry = "*"
loguru = "*"
[dev-packages]
black = "*"
factory-boy = "*"
isort = "*"
mypy = "*"
pytest = "*"
pytest-django = "*"
types-python-dateutil = "*"
types-toml = "*"
pytest-recording = "*"
vcrpy = "*"
[requires]
python_version = "3.12"
[pipenv]
allow_prereleases = true