Skip to content

Commit b88630a

Browse files
committed
build: update required packages
1 parent 95d7740 commit b88630a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='code-simplify',
11-
version='1.2.1',
11+
version='1.2.2',
1212
description='A python tool library that covers a wide range of common tools to simplify your work and reduce '
1313
'repetitive code.',
1414
long_description=long_description,
@@ -18,6 +18,6 @@
1818
author='Ozzy',
1919
author_email='ozzycharon@gmail.com',
2020
license='MIT',
21-
install_requires=['aiohttp'],
21+
install_requires=['aiohttp', 'pydantic', 'SQLAlchemy'],
2222
packages=find_packages(exclude=['examples']),
2323
)

0 commit comments

Comments
 (0)