We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64b3972 + 09f1247 commit 82eea3eCopy full SHA for 82eea3e
requirements.txt
@@ -1,4 +1,4 @@
1
-Pygments==2.7.4
+Pygments==2.15.0
2
click==6.6
3
discogs-client==2.2.1
4
oauthlib==1.1.1
setup.py
@@ -26,7 +26,7 @@
26
url='https://github.com/jesseward/discogs-cli',
27
license='MIT',
28
install_requires=[
29
- 'Pygments==2.7.4',
+ 'Pygments==2.15.0',
30
'click==6.7',
31
'discogs-client==2.2.1',
32
'prompt-toolkit==1.0.13',
0 commit comments