Skip to content

Commit 624e235

Browse files
committed
Use branch of pygmars
Signed-off-by: Jono Yang <[email protected]>
1 parent 01fb718 commit 624e235

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ ply==3.11
5555
publicsuffix2==2.20191221
5656
pyahocorasick==2.2.0
5757
pycparser==2.22
58-
pygmars==0.9.0
5958
Pygments==2.13.0
6059
pymaven-patch==0.3.2
6160
pyparsing==3.2.3

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ install_requires =
102102
plugincode >= 32.0.0
103103
publicsuffix2
104104
pyahocorasick >= 2.0.0
105-
pygmars >= 0.9.0
105+
pygmars @ git+https://github.com/aboutcode-org/pygmars@9ba5319959e56edcec46efaa6caffaf1ba97a293
106106
pygments
107107
pymaven_patch >= 0.2.8
108108
requests >= 2.7.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ install_requires =
103103
plugincode >= 32.0.0
104104
publicsuffix2
105105
pyahocorasick >= 2.0.0
106-
pygmars >= 0.9.0
106+
pygmars @ git+https://github.com/aboutcode-org/pygmars@9ba5319959e56edcec46efaa6caffaf1ba97a293
107107
pygments
108108
pymaven_patch >= 0.2.8
109109
requests >= 2.7.0

0 commit comments

Comments
 (0)