fitbit-cli 1.3.0__tar.gz → 1.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fitbit-cli
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Access your Fitbit data at your terminal.
5
5
  Home-page: https://github.com/veerendra2/fitbit-cli
6
- Download-URL: https://github.com/veerendra2/fitbit-cli/archive/1.3.0.tar.gz
6
+ Download-URL: https://github.com/veerendra2/fitbit-cli/archive/1.3.1.tar.gz
7
7
  Author: veerendra2
8
8
  Author-email: vk.tyk23@simplelogin.com
9
9
  License: MIT
@@ -27,7 +27,7 @@ Classifier: Topic :: Utilities
27
27
  Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE
30
- Requires-Dist: requests==2.32.3
30
+ Requires-Dist: requests==2.32.4
31
31
  Requires-Dist: rich==14.0.0
32
32
  Dynamic: author
33
33
  Dynamic: author-email
@@ -3,4 +3,4 @@
3
3
  fitbit_cli Module
4
4
  """
5
5
 
6
- __version__ = "1.3.0"
6
+ __version__ = "1.3.1"
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fitbit-cli
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Access your Fitbit data at your terminal.
5
5
  Home-page: https://github.com/veerendra2/fitbit-cli
6
- Download-URL: https://github.com/veerendra2/fitbit-cli/archive/1.3.0.tar.gz
6
+ Download-URL: https://github.com/veerendra2/fitbit-cli/archive/1.3.1.tar.gz
7
7
  Author: veerendra2
8
8
  Author-email: vk.tyk23@simplelogin.com
9
9
  License: MIT
@@ -27,7 +27,7 @@ Classifier: Topic :: Utilities
27
27
  Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE
30
- Requires-Dist: requests==2.32.3
30
+ Requires-Dist: requests==2.32.4
31
31
  Requires-Dist: rich==14.0.0
32
32
  Dynamic: author
33
33
  Dynamic: author-email
@@ -0,0 +1,2 @@
1
+ requests==2.32.4
2
+ rich==14.0.0
@@ -49,7 +49,7 @@ setup(
49
49
  "Topic :: Utilities",
50
50
  ],
51
51
  install_requires=[
52
- "requests==2.32.3",
52
+ "requests==2.32.4",
53
53
  "rich==14.0.0",
54
54
  ],
55
55
  python_requires=">=3.9",
@@ -1,2 +0,0 @@
1
- requests==2.32.3
2
- rich==14.0.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes