Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fao-fetcher
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dbnomics-fetchers
fao-fetcher
Commits
81d8229b
Commit
81d8229b
authored
1 year ago
by
Christophe Benz
Browse files
Options
Downloads
Patches
Plain Diff
Add ipdb
parent
281e6b7d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements-dev.in
+1
-0
1 addition, 0 deletions
requirements-dev.in
requirements-dev.txt
+43
-0
43 additions, 0 deletions
requirements-dev.txt
with
44 additions
and
0 deletions
requirements-dev.in
+
1
−
0
View file @
81d8229b
black
flake8
ipdb
isort
mypy
types-python-slugify
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
+
43
−
0
View file @
81d8229b
...
...
@@ -4,14 +4,32 @@
#
# pip-compile requirements-dev.in
#
asttokens==2.2.1
# via stack-data
backcall==0.2.0
# via ipython
black==23.1.0
# via -r requirements-dev.in
click==8.1.3
# via black
decorator==5.1.1
# via
# ipdb
# ipython
executing==1.2.0
# via stack-data
flake8==6.0.0
# via -r requirements-dev.in
ipdb==0.13.13
# via -r requirements-dev.in
ipython==8.11.0
# via ipdb
isort==5.12.0
# via -r requirements-dev.in
jedi==0.18.2
# via ipython
matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via flake8
mypy==1.1.1
...
...
@@ -22,18 +40,41 @@ mypy-extensions==1.0.0
# mypy
packaging==23.0
# via black
parso==0.8.3
# via jedi
pathspec==0.11.1
# via black
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
platformdirs==3.1.1
# via black
prompt-toolkit==3.0.38
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pygments==2.14.0
# via ipython
six==1.16.0
# via asttokens
stack-data==0.6.2
# via ipython
tomli==2.0.1
# via
# black
# ipdb
# mypy
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
types-python-slugify==8.0.0.1
# via -r requirements-dev.in
types-requests==2.28.11.15
...
...
@@ -44,3 +85,5 @@ types-urllib3==1.26.25.8
# via types-requests
typing-extensions==4.5.0
# via mypy
wcwidth==0.2.6
# via prompt-toolkit
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment