From 0155e6dc343a65fed8587bf971d94e2b8f1c51e5 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 12 Feb 2021 19:24:22 +0100 Subject: [PATCH] Run pre-commit requirements-txt-fixer --- dev-requirements.txt | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7b14b306..e000750a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,9 +10,9 @@ html5lib # needed for beautifulsoup mock notebook pre-commit +pytest>=3.3 pytest-asyncio pytest-cov -pytest>=3.3 requests-mock # blacklist urllib3 releases affected by https://github.com/urllib3/urllib3/issues/1683 # I *think* this should only affect testing, not production diff --git a/docs/requirements.txt b/docs/requirements.txt index 2d9da795..1e5874f5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,6 +7,6 @@ https://github.com/jupyterhub/autodoc-traits/archive/75885ee24636efbfebfceed1043 pydata-sphinx-theme pytablewriter>=0.56 recommonmark>=0.6 +sphinx>=1.7 sphinx-copybutton sphinx-jsonschema -sphinx>=1.7