Skip to content

Commit 1ba890c

Browse files
committed
Normalize newlines in requirements.txt
Noticed unusual newlines in a previous commit, this was the only other file with incorrect newlines.
1 parent e66b221 commit 1ba890c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

requirements.txt

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
attrs>=23.1.0
2-
cffi>=1.15
3-
numpy>=1.21.4
4-
pycparser>=2.14
5-
requests>=2.28.1
6-
setuptools==70.0.0
7-
types-cffi
8-
types-requests
9-
types-Pillow
10-
types-setuptools
11-
types-tabulate
12-
typing_extensions
13-
pcpp==1.30
1+
attrs>=23.1.0
2+
cffi>=1.15
3+
numpy>=1.21.4
4+
pycparser>=2.14
5+
requests>=2.28.1
6+
setuptools==70.0.0
7+
types-cffi
8+
types-requests
9+
types-Pillow
10+
types-setuptools
11+
types-tabulate
12+
typing_extensions
13+
pcpp==1.30

0 commit comments

Comments
 (0)