-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setuptools to dependency list for testing purposes
- Loading branch information
1 parent
d2bfb98
commit 403e5f4
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# This file is part of the django-environ. | ||
# | ||
# Copyright (c) 2021-2023, Serghei Iakovlev <[email protected]> | ||
# Copyright (c) 2021-2024, Serghei Iakovlev <[email protected]> | ||
# Copyright (c) 2013-2021, Daniele Faraglia <[email protected]> | ||
# | ||
# For the full copyright and license information, please view | ||
|
@@ -183,6 +183,7 @@ def get_version_string(): | |
'testing': [ | ||
'coverage[toml]>=5.0a4', # Code coverage measurement for Python | ||
'pytest>=4.6.11', # Our tests framework | ||
'setuptools>=71.0.0', # Needed as a dependency for some tests | ||
], | ||
# Dependencies that are required to build documentation | ||
'docs': [ | ||
|