rgwfuncs 0.0.40__tar.gz → 0.0.41__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,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rgwfuncs
3
- Version: 0.0.40
3
+ Version: 0.0.41
4
4
  Summary: A functional programming paradigm for mathematical modelling and data science
5
5
  Home-page: https://github.com/ryangerardwilson/rgwfunc
6
6
  Author: Ryan Gerard Wilson
@@ -23,7 +23,7 @@ Requires-Dist: xgboost
23
23
  Requires-Dist: requests
24
24
  Requires-Dist: slack-sdk
25
25
  Requires-Dist: google-api-python-client
26
- Requires-Dist: boto
26
+ Requires-Dist: boto3
27
27
 
28
28
  # RGWFUNCS
29
29
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rgwfuncs"
7
- version = "0.0.40"
7
+ version = "0.0.41"
8
8
  authors = [
9
9
  { name = "Ryan Gerard Wilson", email = "ryangerardwilson@gmail.com" },
10
10
  ]
@@ -27,7 +27,7 @@ dependencies = [
27
27
  "requests",
28
28
  "slack-sdk",
29
29
  "google-api-python-client",
30
- "boto"
30
+ "boto3"
31
31
  ]
32
32
 
33
33
  dynamic = ["scripts"]
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = rgwfuncs
3
- version = 0.0.40
3
+ version = 0.0.41
4
4
  author = Ryan Gerard Wilson
5
5
  author_email = ryangerardwilson@gmail.com
6
6
  description = A functional programming paradigm for mathematical modelling and data science
@@ -28,7 +28,7 @@ install_requires =
28
28
  requests
29
29
  slack-sdk
30
30
  google-api-python-client
31
- boto
31
+ boto3
32
32
 
33
33
  [options.packages.find]
34
34
  where = src
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rgwfuncs
3
- Version: 0.0.40
3
+ Version: 0.0.41
4
4
  Summary: A functional programming paradigm for mathematical modelling and data science
5
5
  Home-page: https://github.com/ryangerardwilson/rgwfunc
6
6
  Author: Ryan Gerard Wilson
@@ -23,7 +23,7 @@ Requires-Dist: xgboost
23
23
  Requires-Dist: requests
24
24
  Requires-Dist: slack-sdk
25
25
  Requires-Dist: google-api-python-client
26
- Requires-Dist: boto
26
+ Requires-Dist: boto3
27
27
 
28
28
  # RGWFUNCS
29
29
 
@@ -8,4 +8,4 @@ xgboost
8
8
  requests
9
9
  slack-sdk
10
10
  google-api-python-client
11
- boto
11
+ boto3
File without changes
File without changes