Skip to content

Commit 9018255

Browse files
authored
Adding asgiref as mandatory package while installing python sqlcommen… (#126)
* Adding asgiref as mandatory package while installing python sqlcommenter library * Added asgiref and fastapi depencies in python tox.ini
1 parent 6369b16 commit 9018255

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

python/sqlcommenter-python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def read_file(filename):
3434
long_description_content_type='text/markdown',
3535
license='BSD',
3636
packages=find_packages(exclude=['tests']),
37+
install_requires=['asgiref', 'fastapi'],
3738
extras_require={
3839
'django': ['django >= 1.11'],
3940
'flask': ['flask'],

python/sqlcommenter-python/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ deps =
2424
psycopg2: psycopg2-binary
2525
sqlalchemy: sqlalchemy
2626
six
27+
asgiref
28+
fastapi
2729
commands =
2830
python runtests.py
2931

0 commit comments

Comments
 (0)