iniUts 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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iniUts
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Ini file manipulator
5
5
  Home-page:
6
6
  Author: Melque Lima
@@ -14,6 +14,7 @@ Classifier: License :: OSI Approved :: MIT License
14
14
  Classifier: Programming Language :: Python :: 3
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENCE.txt
17
+ Requires-Dist: cryptography>=3.4.7
17
18
 
18
19
  # Ini Uts
19
20
  #
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iniUts
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Ini file manipulator
5
5
  Home-page:
6
6
  Author: Melque Lima
@@ -14,6 +14,7 @@ Classifier: License :: OSI Approved :: MIT License
14
14
  Classifier: Programming Language :: Python :: 3
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENCE.txt
17
+ Requires-Dist: cryptography>=3.4.7
17
18
 
18
19
  # Ini Uts
19
20
  #
@@ -10,4 +10,5 @@ iniUts/secret.py
10
10
  iniUts.egg-info/PKG-INFO
11
11
  iniUts.egg-info/SOURCES.txt
12
12
  iniUts.egg-info/dependency_links.txt
13
+ iniUts.egg-info/requires.txt
13
14
  iniUts.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ cryptography>=3.4.7
@@ -10,7 +10,7 @@ classifiers = [
10
10
 
11
11
  setup(
12
12
  name='iniUts',
13
- version='1.3.0',
13
+ version='1.3.1',
14
14
  description='Ini file manipulator',
15
15
  long_description=open('README.md').read() + '\n\n' + open('CHANGELOG.txt').read(),
16
16
  long_description_content_type='text/markdown',
@@ -21,5 +21,7 @@ setup(
21
21
  classifiers=classifiers,
22
22
  keywords='iniUts',
23
23
  packages=find_packages(),
24
- install_requires=[]
24
+ install_requires=[
25
+ 'cryptography>=3.4.7',
26
+ ]
25
27
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes