Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ addopts = [
]

[tool.vendy]
target = 'typecode'
target = 'src/typecode/'
packages = [
"pygments==2.9.0",
"pygments==2.19.2",
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ publicsuffix2==2.20191221
pyahocorasick==2.0.0b1
pycparser==2.21
pygmars==0.7.0
Pygments==2.12.0
Pygments==2.19.2
pymaven-patch==0.3.0
pyparsing==3.0.8
pytz==2022.1
Expand Down
201 changes: 0 additions & 201 deletions src/typecode/_vendor/apache-2.0.LICENSE

This file was deleted.

7 changes: 7 additions & 0 deletions src/typecode/_vendor/bin/pygmentize
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/mnt/c/users/rybrande/projects/typecode/venv/bin/python
import sys
from pygments.cmdline import main
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(main())
9 changes: 0 additions & 9 deletions src/typecode/_vendor/bsd-new.LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions src/typecode/_vendor/pygments.ABOUT

This file was deleted.

40 changes: 0 additions & 40 deletions src/typecode/_vendor/pygments.NOTICE

This file was deleted.

2 changes: 1 addition & 1 deletion src/typecode/_vendor/pygments/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2006-2021 by the respective authors (see AUTHORS file).
Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Loading
Loading