Skip to content

Commit 0a747ee

Browse files
authored
Merge pull request #11 from lexakimov/feature
Fixes and refactorings
2 parents 69adac7 + ffd724c commit 0a747ee

File tree

92 files changed

+204
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+204
-243
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ xmlschema==3.4.3
33
Faker==37.0.0
44
rstr==3.2.2
55
PyYAML==6.0.2
6-
shtab
6+
shtab==1.7.1
77

88
# dev
99
pytest==8.3.5
1010
pytest-repeat
11-
setuptools==77.0.3
11+
setuptools==78.1.1
1212
nuitka
1313
twine

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='xmlgenerator',
5-
version='0.5.1',
5+
version='0.5.2',
66
packages=find_packages(exclude=("tests", "tests.*")),
77
entry_points={
88
'console_scripts': [
@@ -14,7 +14,8 @@
1414
'xmlschema',
1515
'Faker',
1616
'rstr',
17-
'PyYAML'
17+
'PyYAML',
18+
'shtab'
1819
],
1920
author='Alexey Akimov',
2021
author_email='lex.akimov23@gmail.com',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)