uploadoss 0.4.3__tar.gz → 0.4.4__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.4
2
2
  Name: uploadoss
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: Uploadoss is the general module of uploading database data and local files to the Alibaba Cloud OSS
5
5
  Author: Binghe
6
6
  Project-URL: Source, https://github.com/binghexmo/uploadoss/
@@ -11,7 +11,6 @@ Requires-Dist: pandas
11
11
  Requires-Dist: pymysql
12
12
  Requires-Dist: configparser
13
13
  Requires-Dist: oracledb
14
- Requires-Dist: gzip
15
14
  Dynamic: author
16
15
  Dynamic: description
17
16
  Dynamic: description-content-type
@@ -6,7 +6,7 @@ import codecs
6
6
 
7
7
  setup(
8
8
  name='uploadoss',
9
- version='0.4.3',
9
+ version='0.4.4',
10
10
  author='Binghe',
11
11
  description='Uploadoss is the general module of uploading database data and local files to the Alibaba Cloud OSS',
12
12
  packages=find_packages(),
@@ -15,8 +15,7 @@ setup(
15
15
  'pandas',
16
16
  'pymysql',
17
17
  'configparser',
18
- 'oracledb',
19
- 'gzip'
18
+ 'oracledb'
20
19
  ],
21
20
  project_urls={
22
21
  'Source': 'https://github.com/binghexmo/uploadoss/',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uploadoss
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: Uploadoss is the general module of uploading database data and local files to the Alibaba Cloud OSS
5
5
  Author: Binghe
6
6
  Project-URL: Source, https://github.com/binghexmo/uploadoss/
@@ -11,7 +11,6 @@ Requires-Dist: pandas
11
11
  Requires-Dist: pymysql
12
12
  Requires-Dist: configparser
13
13
  Requires-Dist: oracledb
14
- Requires-Dist: gzip
15
14
  Dynamic: author
16
15
  Dynamic: description
17
16
  Dynamic: description-content-type
@@ -3,4 +3,3 @@ pandas
3
3
  pymysql
4
4
  configparser
5
5
  oracledb
6
- gzip
File without changes
File without changes
File without changes