Re-add mock to dependencies
This commit is contained in:
parent
fd8a520ebb
commit
206b815010
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "evennia"
|
name = "evennia"
|
||||||
version = "1.0rc3"
|
version = "1.0rc4"
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{ name="Griatch", email="griatch@gmail.com" },
|
{ name="Griatch", email="griatch@gmail.com" },
|
||||||
]
|
]
|
||||||
|
|
@ -58,6 +58,7 @@ dependencies = [
|
||||||
"Jinja2 < 3.1",
|
"Jinja2 < 3.1",
|
||||||
"tzdata >= 2022.6",
|
"tzdata >= 2022.6",
|
||||||
# for unit tests and code formatting
|
# for unit tests and code formatting
|
||||||
|
"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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue