1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

Remove the 'requirements.txt' syntax

This is needed because the syntax is only available under GPL v3.0,
which is not compatible with `bat`s license.
This commit is contained in:
David Peter
2021-11-28 12:41:38 +01:00
committed by David Peter
parent 747b15436a
commit 3338699257
6 changed files with 1 additions and 39 deletions

View File

@@ -1,8 +0,0 @@
#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

View File

@@ -1,8 +0,0 @@
#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