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.
- {iniuts-1.3.0/iniUts.egg-info → iniuts-1.3.1}/PKG-INFO +2 -1
- {iniuts-1.3.0 → iniuts-1.3.1/iniUts.egg-info}/PKG-INFO +2 -1
- {iniuts-1.3.0 → iniuts-1.3.1}/iniUts.egg-info/SOURCES.txt +1 -0
- iniuts-1.3.1/iniUts.egg-info/requires.txt +1 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/setup.py +4 -2
- {iniuts-1.3.0 → iniuts-1.3.1}/CHANGELOG.txt +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/LICENCE.txt +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/MANIFEST.in +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/README.md +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/commands.txt +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/iniUts/__init__.py +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/iniUts/secret.py +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/iniUts.egg-info/dependency_links.txt +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/iniUts.egg-info/top_level.txt +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/run.py +0 -0
- {iniuts-1.3.0 → iniuts-1.3.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iniUts
|
|
3
|
-
Version: 1.3.
|
|
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.
|
|
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
|
#
|
|
@@ -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.
|
|
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
|
|
File without changes
|
|
File without changes
|