mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
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]
|
||||
name = "evennia"
|
||||
version = "1.0rc3"
|
||||
version = "1.0rc4"
|
||||
maintainers = [
|
||||
{ name="Griatch", email="griatch@gmail.com" },
|
||||
]
|
||||
|
|
@ -58,6 +58,7 @@ dependencies = [
|
|||
"Jinja2 < 3.1",
|
||||
"tzdata >= 2022.6",
|
||||
# for unit tests and code formatting
|
||||
"mock >= 4.0.3",
|
||||
"model_mommy >= 2.0",
|
||||
"anything ==0.2.1",
|
||||
"black >= 22.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue