Skip to content

Commit b251646

Browse files
committed
Remove pygit2
1 parent 21f0e2a commit b251646

5 files changed

Lines changed: 1 addition & 50 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
import inspect
1616
import subprocess
1717
from os.path import relpath, dirname
18-
from pygit2 import Repository
1918

20-
import gnss_lib_py
2119

2220
sys.path.insert(0, os.path.abspath('.'))
2321
sys.path.insert(0, os.path.abspath('../'))

docs/source/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ psutil==5.9.5 ; python_version >= "3.8" and python_version < "3.12"
9595
ptyprocess==0.7.0 ; python_version >= "3.8" and python_version < "3.12" and os_name != "nt" or python_version >= "3.8" and python_version < "3.12" and sys_platform != "win32"
9696
pure-eval==0.2.2 ; python_version >= "3.8" and python_version < "3.12"
9797
pycparser==2.21 ; python_version >= "3.8" and python_version < "3.12"
98-
pygit2==1.12.2 ; python_version >= "3.8" and python_version < "3.12"
9998
pygments==2.15.1 ; python_version >= "3.8" and python_version < "3.12"
10099
pylint-exit==1.2.0 ; python_version >= "3.8" and python_version < "3.12"
101100
pylint==2.17.4 ; python_version >= "3.8" and python_version < "3.12"

poetry.lock

Lines changed: 1 addition & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ matplotlib = "^3.5.1"
3535
plotly = "^5.8.0"
3636
kaleido = "0.2.1"
3737
requests = "^2.29.0"
38-
pygit2 = "^1.12.2"
3938

4039
[tool.poetry.group.dev.dependencies]
4140
Sphinx = "^4.1.1"

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ psutil==5.9.5 ; python_version >= "3.8" and python_version < "3.12"
8888
ptyprocess==0.7.0 ; python_version >= "3.8" and python_version < "3.12" and os_name != "nt" or python_version >= "3.8" and python_version < "3.12" and sys_platform != "win32"
8989
pure-eval==0.2.2 ; python_version >= "3.8" and python_version < "3.12"
9090
pycparser==2.21 ; python_version >= "3.8" and python_version < "3.12"
91-
pygit2==1.12.2 ; python_version >= "3.8" and python_version < "3.12"
9291
pygments==2.15.1 ; python_version >= "3.8" and python_version < "3.12"
9392
pylint==2.17.4 ; python_version >= "3.8" and python_version < "3.12"
9493
pynmea2==1.19.0 ; python_version >= "3.8" and python_version < "3.12"

0 commit comments

Comments
 (0)