Merge pull request #3594 from 0xDEADFED5/deps
update/clean evennia dependencies a bit
This commit is contained in:
commit
2ee78098a5
1 changed files with 2 additions and 4 deletions
|
|
@ -72,19 +72,17 @@ dependencies = [
|
||||||
"django-sekizai == 2.0.0",
|
"django-sekizai == 2.0.0",
|
||||||
"inflect >= 5.2.0",
|
"inflect >= 5.2.0",
|
||||||
"autobahn >= 20.7.1, < 21.0.0",
|
"autobahn >= 20.7.1, < 21.0.0",
|
||||||
"lunr == 0.6.0",
|
"lunr == 0.7.0.post1",
|
||||||
"simpleeval <= 1.0",
|
"simpleeval <= 1.0",
|
||||||
"uritemplate == 4.1.1",
|
"uritemplate == 4.1.1",
|
||||||
"Jinja2 < 3.1",
|
|
||||||
"tzdata >= 2022.6",
|
"tzdata >= 2022.6",
|
||||||
"pydantic < 2.0",
|
|
||||||
# for unit tests and code formatting
|
# for unit tests and code formatting
|
||||||
"mock >= 4.0.3",
|
"mock >= 4.0.3",
|
||||||
"model_mommy >= 2.0",
|
"model_mommy >= 2.0",
|
||||||
"anything ==0.2.1",
|
"anything ==0.2.1",
|
||||||
"black >= 22.6",
|
"black >= 22.6",
|
||||||
"isort >= 5.10",
|
"isort >= 5.10",
|
||||||
"parameterized ==0.8.1"
|
"parameterized == 0.9.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue