mirror of
https://github.com/ada-dmitry/django_mephi.git
synced 2026-09-24 01:10:29 +00:00
12 lines
233 B
TOML
12 lines
233 B
TOML
[project]
|
|
name = "django-mephi"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"django>=6.0.4",
|
|
"django-extensions>=4.1",
|
|
"ipython>=9.12.0",
|
|
]
|