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

newipython #40

Merged
merged 1 commit into from
Oct 5, 2023
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: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ django-environ
django-debug-toolbar
pytest-django
sentry-sdk
ipython==8.13
pytest-cov # used to generate coverage report
flake8 # used to check code style
black # used to format code
40 changes: 0 additions & 40 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
#
# pip-compile
#
appnope==0.1.3
# via ipython
asgiref==3.7.2
# via django
asttokens==2.4.0
# via stack-data
backcall==0.2.0
# via ipython
black==23.9.1
# via -r requirements.in
certifi==2023.7.22
Expand All @@ -20,8 +14,6 @@ click==8.1.7
# via black
coverage[toml]==7.3.1
# via pytest-cov
decorator==5.1.1
# via ipython
django==4.2.5
# via
# -r requirements.in
Expand All @@ -30,18 +22,10 @@ django-debug-toolbar==4.2.0
# via -r requirements.in
django-environ==0.11.2
# via -r requirements.in
executing==1.2.0
# via stack-data
flake8==6.1.0
# via -r requirements.in
iniconfig==2.0.0
# via pytest
ipython==8.13.0
# via -r requirements.in
jedi==0.19.0
# via ipython
matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
Expand All @@ -50,30 +34,16 @@ packaging==23.1
# via
# black
# pytest
parso==0.8.3
# via jedi
pathspec==0.11.2
# via black
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
platformdirs==3.10.0
# via black
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.11.0
# via flake8
pyflakes==3.1.0
# via flake8
pygments==2.16.1
# via ipython
pytest==7.4.2
# via
# pytest-cov
Expand All @@ -84,19 +54,9 @@ pytest-django==4.5.2
# via -r requirements.in
sentry-sdk==1.31.0
# via -r requirements.in
six==1.16.0
# via asttokens
sqlparse==0.4.4
# via
# django
# django-debug-toolbar
stack-data==0.6.2
# via ipython
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
urllib3==2.0.6
# via sentry-sdk
wcwidth==0.2.6
# via prompt-toolkit
Loading