Fix requirements.in and pip-compiled a new requirements.txt
dblume

dblume commited on 2022-01-26 13:18:11
Showing 2 changed files, with 3 additions and 5 deletions.

... ...
@@ -8,4 +8,4 @@
8 8
 #     (venv) $ python3 -m pip freeze > requirements.txt
9 9
 #
10 10
 marshmallow
11
-bored
11
+requests
... ...
@@ -1,11 +1,9 @@
1 1
 #
2
-# This file is autogenerated by pip-compile with python 3.8
2
+# This file is autogenerated by pip-compile with python 3.9
3 3
 # To update, run:
4 4
 #
5 5
 #    pip-compile requirements.in
6 6
 #
7
-bored==1.0.1
8
-    # via -r requirements.in
9 7
 certifi==2021.10.8
10 8
     # via requests
11 9
 charset-normalizer==2.0.10
... ...
@@ -15,6 +13,6 @@ idna==3.3
15 13
 marshmallow==3.14.1
16 14
     # via -r requirements.in
17 15
 requests==2.27.1
18
-    # via bored
16
+    # via -r requirements.in
19 17
 urllib3==1.26.8
20 18
     # via requests
21 19