Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison pyproject.toml @ 6:730c437d9f71
Need Pygments >=2.15.
This is for testing purposes.
Also add a corresponding requirements.txt.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Apr 2026 17:50:59 +0200 |
| parents | a0e0f0a2963b |
| children | 5812e7f3bc13 |
comparison
equal
deleted
inserted
replaced
| 5:a0e0f0a2963b | 6:730c437d9f71 |
|---|---|
| 16 "Natural Language :: French", | 16 "Natural Language :: French", |
| 17 "Topic :: Text Processing", | 17 "Topic :: Text Processing", |
| 18 "Topic :: Utilities", | 18 "Topic :: Utilities", |
| 19 ] | 19 ] |
| 20 dependencies = [ | 20 dependencies = [ |
| 21 "Pygments", | 21 "Pygments>=2.15", |
| 22 ] | 22 ] |
| 23 dynamic = [ | 23 dynamic = [ |
| 24 "readme", | 24 "readme", |
| 25 ] | 25 ] |
| 26 | 26 |
