Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-requirements-detector
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-requirements-detector
Commits
e764a288
Commit
e764a288
authored
2 months ago
by
Alexandre Detiste
Browse files
Options
Downloads
Patches
Plain Diff
fix autopkgtest
parent
b0a38193
No related branches found
No related tags found
No related merge requests found
Pipeline
#865537
passed
2 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/toml.patch
+10
-0
10 additions, 0 deletions
debian/patches/toml.patch
with
11 additions
and
0 deletions
debian/patches/series
0 → 100644
+
1
−
0
View file @
e764a288
toml.patch
This diff is collapsed.
Click to expand it.
debian/patches/toml.patch
0 → 100644
+
10
−
0
View file @
e764a288
--- a/requirements_detector/detect.py
+++ b/requirements_detector/detect.py
@@ -3,7 +3,6 @@
from pathlib import Path
from typing import List, Optional, Union
-import toml
from .exceptions import CouldNotParseRequirements, RequirementsNotFound
from .handle_setup import from_setup_py
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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