Pipfile
1 [[source]] 2 name = "pypi" 3 url = "https://pypi.org/simple" 4 verify_ssl = true 5 6 [[source]] 7 name = "codeberg" 8 url = "https://codeberg.org/api/packages/goern/pypi/simple/" 9 verify_ssl = true 10 11 [packages] 12 apscheduler = "*" 13 dash-bootstrap-components = "*" 14 django = "*" 15 django-admin-list-filter-dropdown = "*" 16 django-admin-relation-links = "*" 17 django-allauth = "*" 18 django-crispy-forms = "*" 19 django-dirtyfields = "*" 20 django-environ = "*" 21 django-extensions = "*" 22 django-model-utils = "*" 23 django-picklefield = "*" 24 django-plotly-dash = "*" 25 django-prometheus = "*" 26 django-sql-explorer = "*" 27 dpd-static-support = "*" 28 flask-healthz = "*" 29 fontawesomefree = "*" 30 influxdb-client = {extras = ["async"], version = "*"} 31 jupyter = "*" 32 kaleido = "*" 33 locked-dict = "*" 34 matplotlib = "*" 35 paho-mqtt = "*" 36 pandas = "*" 37 prometheus-flask-exporter = "*" 38 psycopg2-binary = "*" 39 rich = "*" 40 sanitize-filename = "*" 41 scikit-learn = "*" 42 scipy = "*" 43 sentry-sdk = "*" 44 sqlalchemy = "*" 45 uwsgi = "*" 46 whitenoise = "*" 47 toml = "*" 48 openai = "*" 49 pydub = "*" 50 django-bootstrap5 = "*" 51 django-bootstrap-icons = "*" 52 django-markdown-deux = "*" 53 crispy-bootstrap5 = "*" 54 django-bootstrap4 = "*" 55 56 [dev-packages] 57 black = "*" 58 factory-boy = "*" 59 isort = "*" 60 mypy = "*" 61 pytest = "*" 62 pytest-django = "*" 63 sops2sealedsecret = {version = "*", index = "codeberg"} 64 types-python-dateutil = "*" 65 types-toml = "*" 66 67 [requires] 68 python_version = "3.10"