diff options
author | 2023-03-25 22:49:04 +0100 | |
---|---|---|
committer | 2023-03-25 22:49:04 +0100 | |
commit | 8e337aa66f375be6465416402f7f1205d8b65d30 (patch) | |
tree | 56f1cabd9c0de754aad9feffc2c4d32ee0508221 /pyproject.toml | |
parent | Merge pull request #916 from python-discord/dependabot/pip/markdown-3.4.3 (diff) | |
parent | Register cleanup job after module load (diff) |
Merge pull request #914 from python-discord/drop-pyfakefs
Drop dependency to pyfakefs
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 21bc26d7..21857f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ pre-commit = "3.2.0" [tool.poetry.group.test.dependencies] coverage = "7.2.2" -pyfakefs = "5.1.0" [build-system] requires = ["poetry-core>=1.2.0"] |