dblume commited on 2023-04-15 01:45:45
Showing 2 changed files, with 15 additions and 4 deletions.
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
# |
2 |
-# This file is autogenerated by pip-compile with python 3.8 |
|
3 |
-# To update, run: |
|
2 |
+# This file is autogenerated by pip-compile with Python 3.8 |
|
3 |
+# by the following command: |
|
4 | 4 |
# |
5 | 5 |
# pip-compile requirements.in |
6 | 6 |
# |
... | ... |
@@ -19,9 +19,13 @@ kiwisolver==1.3.2 |
19 | 19 |
matplotlib==3.5.1 |
20 | 20 |
# via -r requirements.in |
21 | 21 |
numpy==1.22.1 |
22 |
- # via matplotlib |
|
22 |
+ # via |
|
23 |
+ # matplotlib |
|
24 |
+ # pandas |
|
23 | 25 |
packaging==21.3 |
24 | 26 |
# via matplotlib |
27 |
+pandas==2.0.0 |
|
28 |
+ # via -r requirements.in |
|
25 | 29 |
pillow==9.0.0 |
26 | 30 |
# via matplotlib |
27 | 31 |
pyparsing==3.0.7 |
... | ... |
@@ -29,10 +33,16 @@ pyparsing==3.0.7 |
29 | 33 |
# matplotlib |
30 | 34 |
# packaging |
31 | 35 |
python-dateutil==2.8.2 |
32 |
- # via matplotlib |
|
36 |
+ # via |
|
37 |
+ # matplotlib |
|
38 |
+ # pandas |
|
39 |
+pytz==2023.3 |
|
40 |
+ # via pandas |
|
33 | 41 |
requests==2.27.1 |
34 | 42 |
# via -r requirements.in |
35 | 43 |
six==1.16.0 |
36 | 44 |
# via python-dateutil |
45 |
+tzdata==2023.3 |
|
46 |
+ # via pandas |
|
37 | 47 |
urllib3==1.26.8 |
38 | 48 |
# via requests |
39 | 49 |