Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Aug 24, 2023
1 parent 2646c99 commit fde94a0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
10 changes: 8 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements/dev.txt --resolver=backtracking requirements/vcs_packages.in setup.cfg
# pip-compile --extra=dev --output-file=requirements/dev.txt requirements/vcs_packages.in setup.cfg
#
alabaster==0.7.12
# via sphinx
Expand Down Expand Up @@ -96,6 +96,10 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# nbconvert
# sphinx
iniconfig==1.1.1
# via pytest
ipykernel==6.19.4
Expand Down Expand Up @@ -432,3 +436,5 @@ websocket-client==1.4.2
# via jupyter-server
widgetsnbextension==4.0.5
# via ipywidgets
zipp==3.16.2
# via importlib-metadata
10 changes: 8 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=doc --output-file=requirements/doc.txt --resolver=backtracking requirements/vcs_packages.in setup.cfg
# pip-compile --extra=doc --output-file=requirements/doc.txt requirements/vcs_packages.in setup.cfg
#
alabaster==0.7.12
# via sphinx
Expand Down Expand Up @@ -86,6 +86,10 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# nbconvert
# sphinx
ipykernel==6.19.4
# via
# ipywidgets
Expand Down Expand Up @@ -405,3 +409,5 @@ websocket-client==1.4.2
# via jupyter-server
widgetsnbextension==4.0.5
# via ipywidgets
zipp==3.16.2
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/main.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/main.txt --resolver=backtracking setup.cfg
# pip-compile --output-file=requirements/main.txt setup.cfg
#
autopep8==2.0.1
# via transonic
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=test --output-file=requirements/test.txt --resolver=backtracking requirements/vcs_packages.in setup.cfg
# pip-compile --extra=test --output-file=requirements/test.txt requirements/vcs_packages.in setup.cfg
#
asttokens==2.2.1
# via stack-data
Expand Down

0 comments on commit fde94a0

Please sign in to comment.