We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d7740 commit b88630aCopy full SHA for b88630a
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='code-simplify',
11
- version='1.2.1',
+ version='1.2.2',
12
description='A python tool library that covers a wide range of common tools to simplify your work and reduce '
13
'repetitive code.',
14
long_description=long_description,
@@ -18,6 +18,6 @@
18
author='Ozzy',
19
author_email='ozzycharon@gmail.com',
20
license='MIT',
21
- install_requires=['aiohttp'],
+ install_requires=['aiohttp', 'pydantic', 'SQLAlchemy'],
22
packages=find_packages(exclude=['examples']),
23
)
0 commit comments