Skip to content

Commit 44ddfd1

Browse files
OMpawar-21claude
andcommitted
fix: move pylint to dev dependencies to resolve GPL-2.0 Snyk flag
pylint is a static analysis tool not shipped in the production package. Moving it to requirements-dev.txt removes the GPL-2.0 copyleft concern from Snyk production dependency scans (DX-8256). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 09b3a5a commit 44ddfd1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Development-only dependencies — not shipped in the production package.
2+
# GPL-licensed tools live here so copyleft obligations don't apply to distributed code.
3+
-r requirements.txt
4+
pylint>=2.0.0

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python-dotenv>=1.2.2
33
setuptools>=83.0.0
44
requests>=2.33.0,<3.0.0
55
urllib3>=2.7.0,<3.0.0
6-
pylint>=2.0.0
76
requests-toolbelt>=1.0.0,<2.0.0
87
pyotp==2.9.0
98
packaging>=24.0

0 commit comments

Comments
 (0)