We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3847439 commit 46c4abdCopy full SHA for 46c4abd
requirements.py
@@ -8,4 +8,7 @@
8
if package == 'python':
9
continue
10
11
- print(package)
+ if type(constraint) == str:
12
+ print(package)
13
+ else:
14
+ print(f'{package}[{constraint["extras"][0]}]')
0 commit comments