File tree 9 files changed +33
-74
lines changed
9 files changed +33
-74
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,7 @@ classifiers = [
18
18
dependencies = [
19
19
" click~=8.1.3" ,
20
20
" fake-useragent~=1.1.3" ,
21
- " pandas~=2.0.3; python_version < '3.9'" ,
22
- " pandas~=2.1.2; python_version > '3.8'" ,
23
- " numpy~=1.24.4; python_version < '3.9'" ,
24
- " numpy~=1.26.1; python_version > '3.8'" ,
21
+ " pandas>=2,<3" ,
25
22
" pydantic~=1.10.13" ,
26
23
" python-dotenv~=1.0.0" ,
27
24
" pytz~=2023.2" ,
Original file line number Diff line number Diff line change 3
3
#
4
4
# - click~=8.1.3
5
5
# - fake-useragent~=1.1.3
6
- # - numpy~=1.24.4; python_version < "3.9"
7
- # - numpy~=1.26.1; python_version > "3.8"
8
- # - pandas~=2.0.3; python_version < "3.9"
9
- # - pandas~=2.1.2; python_version > "3.8"
6
+ # - pandas<3,>=2
10
7
# - pydantic~=1.10.13
11
8
# - python-dotenv~=1.0.0
12
9
# - pytz~=2023.2
@@ -52,13 +49,11 @@ mdit-py-plugins==0.4.0
52
49
# via markdown-it-py
53
50
mdurl == 0.1.2
54
51
# via markdown-it-py
55
- numpy == 1.26.3 ; python_version > "3.8"
56
- # via
57
- # hatch.envs.default
58
- # pandas
52
+ numpy == 1.26.3
53
+ # via pandas
59
54
oauthlib == 3.2.2
60
55
# via requests-oauthlib
61
- pandas == 2.1.4 ; python_version > "3.8"
56
+ pandas == 2.1.4
62
57
# via hatch.envs.default
63
58
pydantic == 1.10.13
64
59
# via hatch.envs.default
Original file line number Diff line number Diff line change 9
9
# - freezegun~=1.2.1
10
10
# - click~=8.1.3
11
11
# - fake-useragent~=1.1.3
12
- # - numpy~=1.24.4; python_version < "3.9"
13
- # - numpy~=1.26.1; python_version > "3.8"
14
- # - pandas~=2.0.3; python_version < "3.9"
15
- # - pandas~=2.1.2; python_version > "3.8"
12
+ # - pandas<3,>=2
16
13
# - pydantic~=1.10.13
17
14
# - python-dotenv~=1.0.0
18
15
# - pytz~=2023.2
@@ -74,15 +71,13 @@ mdurl==0.1.2
74
71
# via markdown-it-py
75
72
multidict==6.0.4
76
73
# via yarl
77
- numpy==1.26.3 ; python_version > "3.8"
78
- # via
79
- # hatch.envs.all.py3.10
80
- # pandas
74
+ numpy==1.26.3
75
+ # via pandas
81
76
oauthlib==3.2.2
82
77
# via requests-oauthlib
83
78
packaging==23.2
84
79
# via pytest
85
- pandas==2.1.4 ; python_version > "3.8"
80
+ pandas==2.1.4
86
81
# via hatch.envs.all.py3.10
87
82
pluggy==1.3.0
88
83
# via pytest
Original file line number Diff line number Diff line change 9
9
# - freezegun~=1.2.1
10
10
# - click~=8.1.3
11
11
# - fake-useragent~=1.1.3
12
- # - numpy~=1.24.4; python_version < "3.9"
13
- # - numpy~=1.26.1; python_version > "3.8"
14
- # - pandas~=2.0.3; python_version < "3.9"
15
- # - pandas~=2.1.2; python_version > "3.8"
12
+ # - pandas<3,>=2
16
13
# - pydantic~=1.10.13
17
14
# - python-dotenv~=1.0.0
18
15
# - pytz~=2023.2
@@ -72,15 +69,13 @@ mdurl==0.1.2
72
69
# via markdown-it-py
73
70
multidict==6.0.4
74
71
# via yarl
75
- numpy==1.26.3 ; python_version > "3.8"
76
- # via
77
- # hatch.envs.all.py3.11
78
- # pandas
72
+ numpy==1.26.3
73
+ # via pandas
79
74
oauthlib==3.2.2
80
75
# via requests-oauthlib
81
76
packaging==23.2
82
77
# via pytest
83
- pandas==2.1.4 ; python_version > "3.8"
78
+ pandas==2.1.4
84
79
# via hatch.envs.all.py3.11
85
80
pluggy==1.3.0
86
81
# via pytest
Original file line number Diff line number Diff line change 9
9
# - freezegun~=1.2.1
10
10
# - click~=8.1.3
11
11
# - fake-useragent~=1.1.3
12
- # - numpy~=1.24.4; python_version < "3.9"
13
- # - numpy~=1.26.1; python_version > "3.8"
14
- # - pandas~=2.0.3; python_version < "3.9"
15
- # - pandas~=2.1.2; python_version > "3.8"
12
+ # - pandas<3,>=2
16
13
# - pydantic~=1.10.13
17
14
# - python-dotenv~=1.0.0
18
15
# - pytz~=2023.2
@@ -72,15 +69,13 @@ mdurl==0.1.2
72
69
# via markdown-it-py
73
70
multidict==6.0.4
74
71
# via yarl
75
- numpy==1.26.3 ; python_version > "3.8"
76
- # via
77
- # hatch.envs.all.py3.12
78
- # pandas
72
+ numpy==1.26.3
73
+ # via pandas
79
74
oauthlib==3.2.2
80
75
# via requests-oauthlib
81
76
packaging==23.2
82
77
# via pytest
83
- pandas==2.1.4 ; python_version > "3.8"
78
+ pandas==2.1.4
84
79
# via hatch.envs.all.py3.12
85
80
pluggy==1.3.0
86
81
# via pytest
Original file line number Diff line number Diff line change 9
9
# - freezegun~=1.2.1
10
10
# - click~=8.1.3
11
11
# - fake-useragent~=1.1.3
12
- # - numpy~=1.24.4; python_version < "3.9"
13
- # - numpy~=1.26.1; python_version > "3.8"
14
- # - pandas~=2.0.3; python_version < "3.9"
15
- # - pandas~=2.1.2; python_version > "3.8"
12
+ # - pandas<3,>=2
16
13
# - pydantic~=1.10.13
17
14
# - python-dotenv~=1.0.0
18
15
# - pytz~=2023.2
@@ -78,15 +75,13 @@ mdurl==0.1.2
78
75
# via markdown-it-py
79
76
multidict==6.0.4
80
77
# via yarl
81
- numpy==1.24.4 ; python_version < "3.9"
82
- # via
83
- # hatch.envs.all.py3.8
84
- # pandas
78
+ numpy==1.24.4
79
+ # via pandas
85
80
oauthlib==3.2.2
86
81
# via requests-oauthlib
87
82
packaging==23.2
88
83
# via pytest
89
- pandas==2.0.3 ; python_version < "3.9"
84
+ pandas==2.0.3
90
85
# via hatch.envs.all.py3.8
91
86
pluggy==1.3.0
92
87
# via pytest
Original file line number Diff line number Diff line change 9
9
# - freezegun~=1.2.1
10
10
# - click~=8.1.3
11
11
# - fake-useragent~=1.1.3
12
- # - numpy~=1.24.4; python_version < "3.9"
13
- # - numpy~=1.26.1; python_version > "3.8"
14
- # - pandas~=2.0.3; python_version < "3.9"
15
- # - pandas~=2.1.2; python_version > "3.8"
12
+ # - pandas<3,>=2
16
13
# - pydantic~=1.10.13
17
14
# - python-dotenv~=1.0.0
18
15
# - pytz~=2023.2
@@ -78,15 +75,13 @@ mdurl==0.1.2
78
75
# via markdown-it-py
79
76
multidict==6.0.4
80
77
# via yarl
81
- numpy==1.26.3 ; python_version > "3.8"
82
- # via
83
- # hatch.envs.all.py3.9
84
- # pandas
78
+ numpy==1.26.3
79
+ # via pandas
85
80
oauthlib==3.2.2
86
81
# via requests-oauthlib
87
82
packaging==23.2
88
83
# via pytest
89
- pandas==2.1.4 ; python_version > "3.8"
84
+ pandas==2.1.4
90
85
# via hatch.envs.all.py3.9
91
86
pluggy==1.3.0
92
87
# via pytest
Original file line number Diff line number Diff line change 1
1
#
2
2
# This file is autogenerated by hatch-pip-compile with Python 3.11
3
3
#
4
- # [constraints] requirements.txt (SHA256: 06d4f6ec9e10247cb92c99ad6c598c95fbae1b64ec92cb4516d5eacf2728342d )
4
+ # [constraints] requirements.txt (SHA256: 7d2ce7d5ed6d5060713188a3a42ce8fdfb3aa0da2ebcb6a000c552ab9fb0cf33 )
5
5
#
6
6
# - markdown-callouts
7
7
# - markdown-exec
17
17
# - pymdown-extensions
18
18
# - click~=8.1.3
19
19
# - fake-useragent~=1.1.3
20
- # - numpy~=1.24.4; python_version < "3.9"
21
- # - numpy~=1.26.1; python_version > "3.8"
22
- # - pandas~=2.0.3; python_version < "3.9"
23
- # - pandas~=2.1.2; python_version > "3.8"
20
+ # - pandas<3,>=2
24
21
# - pydantic~=1.10.13
25
22
# - python-dotenv~=1.0.0
26
23
# - pytz~=2023.2
@@ -132,16 +129,15 @@ mkdocstrings==0.24.0
132
129
# mkdocstrings-python
133
130
mkdocstrings-python==1.7.5
134
131
# via hatch.envs.docs
135
- numpy==1.26.3 ; python_version > "3.8"
132
+ numpy==1.26.3
136
133
# via
137
134
# -c requirements.txt
138
- # hatch.envs.docs
139
135
# pandas
140
136
packaging==23.2
141
137
# via mkdocs
142
138
paginate==0.5.6
143
139
# via mkdocs-material
144
- pandas==2.1.4 ; python_version > "3.8"
140
+ pandas==2.1.4
145
141
# via
146
142
# -c requirements.txt
147
143
# hatch.envs.docs
Original file line number Diff line number Diff line change 1
1
#
2
2
# This file is autogenerated by hatch-pip-compile with Python 3.11
3
3
#
4
- # [constraints] requirements.txt (SHA256: 06d4f6ec9e10247cb92c99ad6c598c95fbae1b64ec92cb4516d5eacf2728342d )
4
+ # [constraints] requirements.txt (SHA256: 7d2ce7d5ed6d5060713188a3a42ce8fdfb3aa0da2ebcb6a000c552ab9fb0cf33 )
5
5
#
6
6
# - pytest~=7.3.1
7
7
# - pytest-cov~=4.0.0
11
11
# - freezegun~=1.2.1
12
12
# - click~=8.1.3
13
13
# - fake-useragent~=1.1.3
14
- # - numpy~=1.24.4; python_version < "3.9"
15
- # - numpy~=1.26.1; python_version > "3.8"
16
- # - pandas~=2.0.3; python_version < "3.9"
17
- # - pandas~=2.1.2; python_version > "3.8"
14
+ # - pandas<3,>=2
18
15
# - pydantic~=1.10.13
19
16
# - python-dotenv~=1.0.0
20
17
# - pytz~=2023.2
@@ -92,18 +89,17 @@ mdurl==0.1.2
92
89
# markdown-it-py
93
90
multidict==6.0.4
94
91
# via yarl
95
- numpy==1.26.3 ; python_version > "3.8"
92
+ numpy==1.26.3
96
93
# via
97
94
# -c requirements.txt
98
- # hatch.envs.test
99
95
# pandas
100
96
oauthlib==3.2.2
101
97
# via
102
98
# -c requirements.txt
103
99
# requests-oauthlib
104
100
packaging==23.1
105
101
# via pytest
106
- pandas==2.1.4 ; python_version > "3.8"
102
+ pandas==2.1.4
107
103
# via
108
104
# -c requirements.txt
109
105
# hatch.envs.test
You can’t perform that action at this time.
0 commit comments