| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d6b1384 commit 2f9a405
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,4 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | 3 | __all__ = ["extras_require"] | |
| 4 | 4 | ||
| 5 | - extras_require = {"dates": ["pytz>=2019.1"], "testing": [], "all": ["pytz>=2019.1"]} | ||
| 5 | + extras_require = {"dates": ["pytz>=2019.1"], "all": ["pytz>=2019.1"]} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,7 +46,6 @@ Documentation = "https://domdf-python-tools.readthedocs.io/en/latest" | |||
| 46 | 46 | ||
| 47 | 47 | [project.optional-dependencies] | |
| 48 | 48 | dates = [ "pytz>=2019.1",] | |
| 49 | - testing = [] | ||
| 50 | 49 | all = [ "pytz>=2019.1",] | |
| 51 | 50 | ||
| 52 | 51 | [tool.sphinx-pyproject] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,6 @@ classifiers: | |||
| 38 | 38 | extras_require: | |
| 39 | 39 | dates: | |
| 40 | 40 | - pytz>=2019.1 | |
| 41 | - testing: [] | ||
| 42 | 41 | ||
| 43 | 42 | conda_extras: | |
| 44 | 43 | - dates | |
| Back | FazBrowse Home | New Git URL |
0 commit comments