File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def __init__(
58
58
agency_id : str | None = None ,
59
59
) -> None :
60
60
self .agency_id = agency_id
61
- self .api_key : str | None = self . _fetch_api_key ()
61
+ self .api_key : str | None = None
62
62
self .headers = {
63
63
"Accept" : "application/json, text/javascript, */*; q=0.01" ,
64
64
"Referer" : self .referer ,
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = "py_nextbusnext" ,
9
- version = "2.0.0 " ,
9
+ version = "2.0.1 " ,
10
10
author = "ViViDboarder" ,
11
11
description = "Minimalistic Python client for the NextBus public API for real-time transit "
12
12
"arrival data" ,
20
20
"tests" ,
21
21
]
22
22
),
23
- python_requires = ">=3.8 " ,
23
+ python_requires = ">=3.9 " ,
24
24
install_requires = [
25
25
"requests" ,
26
26
],
27
27
classifiers = [
28
- "Programming Language :: Python :: 3.8 " ,
29
28
"Programming Language :: Python :: 3.9 " ,
30
29
"Programming Language :: Python :: 3.10 " ,
31
30
"Programming Language :: Python :: 3.11 " ,
31
+ "Programming Language :: Python :: 3.12 " ,
32
32
"License :: OSI Approved :: MIT License" ,
33
33
"Operating System :: OS Independent" ,
34
34
],
You can’t perform that action at this time.
0 commit comments