Generalize license (#179)
This commit is contained in:
parent
63bad16333
commit
e479b314c0
|
@ -17,7 +17,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
py:
|
||||
- "3.11.0-rc.1"
|
||||
- "3.11"
|
||||
- "3.10"
|
||||
- "3.9"
|
||||
- "3.8"
|
||||
|
|
|
@ -40,8 +40,8 @@ repos:
|
|||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- flake8-bugbear==22.9.23
|
||||
- flake8-comprehensions==3.10
|
||||
- flake8-bugbear==22.10.27
|
||||
- flake8-comprehensions==3.10.1
|
||||
- flake8-pytest-style==1.6
|
||||
- flake8-spellcheck==0.28
|
||||
- flake8-unused-arguments==0.0.12
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2015 Vineet Naik (naikvin@gmail.com)
|
||||
Copyright (c) The pipdeptree developers
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -20,10 +20,10 @@ optional-dependencies.test = [
|
|||
"covdefaults>=2.2",
|
||||
"diff-cover>=7.0.1",
|
||||
"pip>=22.3",
|
||||
"pytest>=7.1.3",
|
||||
"pytest>=7.2",
|
||||
"pytest-cov>=4",
|
||||
"pytest-mock>=3.10",
|
||||
"virtualenv<21,>=20.16.5",
|
||||
"virtualenv<21,>=20.16.6",
|
||||
]
|
||||
optional-dependencies.graphviz = [
|
||||
"graphviz>=0.20.1",
|
||||
|
|
Loading…
Reference in New Issue