mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-29 11:13:43 +01:00
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
|
#this is a sample requirements.txt file
|
||
|
|
||
|
django==11.2.0
|
||
|
pywheels>=12.4 #a whitespace followed by comments
|
||
|
Nuitka<0.6.8.4
|
||
|
wxPython>=1.0, <=2.1
|
||
|
|
||
|
#this is another comment
|