Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds IPython package to development requirements #1968

Merged
merged 2 commits into from
Feb 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ devtools
factory-boy
faker
flake8
ipython
pytest
vulture
55 changes: 50 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,32 @@
#
# pip-compile --no-emit-index-url requirements-dev.in
#
appnope==0.1.2
# via ipython
asttokens==2.0.5
# via devtools
# via
# devtools
# stack-data
attrs==21.4.0
# via pytest
backcall==0.2.0
# via ipython
black==22.1.0
# via -r requirements-dev.in
# via
# -r requirements-dev.in
# ipython
click==8.0.3
# via black
coverage==6.3.1
# via -r requirements-dev.in
decorator==5.1.1
# via ipython
devtools==0.8.0
# via -r requirements-dev.in
executing==0.8.2
# via devtools
# via
# devtools
# stack-data
factory-boy==3.2.1
# via -r requirements-dev.in
faker==12.1.0
Expand All @@ -28,24 +40,44 @@ flake8==4.0.1
# via -r requirements-dev.in
iniconfig==1.1.1
# via pytest
ipython==8.0.1
# via -r requirements-dev.in
jedi==0.18.1
# via ipython
matplotlib-inline==0.1.3
# via ipython
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
# via black
packaging==21.3
# via pytest
parso==0.8.3
# via jedi
pathspec==0.9.0
# via black
platformdirs==2.4.1
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
platformdirs==2.5.0
# via black
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.27
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.11.2
# via ipython
pyparsing==3.0.7
# via packaging
pytest==7.0.0
Expand All @@ -56,11 +88,24 @@ six==1.16.0
# via
# asttokens
# python-dateutil
stack-data==0.1.4
# via ipython
toml==0.10.2
# via vulture
tomli==2.0.0
tomli==2.0.1
# via
# black
# pytest
traitlets==5.1.1
# via
# ipython
# matplotlib-inline
typing-extensions==4.0.1
# via black
vulture==2.3
# via -r requirements-dev.in
wcwidth==0.2.5
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
# setuptools