add input files for parse_requirements test

This commit is contained in:
fernandocrz 2023-09-21 16:24:48 -03:00
parent a1f83d27d9
commit 4b96cb26cd
4 changed files with 10 additions and 0 deletions

0
tests/_data/empty.txt Normal file
View File

3
tests/_data/imports.txt Normal file
View File

@ -0,0 +1,3 @@
pandas==2.0.0
numpy>=1.2.3
torch<4.0.0

View File

@ -0,0 +1,4 @@
numpy
pandas==2.0.0
tensorflow
torch<4.0.0

View File

@ -0,0 +1,3 @@
pandas
tensorflow
torch