Skip to content

Commit

Permalink
Use uvloop and postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 21, 2023
1 parent 562f646 commit 37333a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ tulir-telethon==1.33.0a1
asyncpg>=0.20,<0.30
mako>=1,<2
setuptools
uvloop
psycopg2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

packages=setuptools.find_packages(),

install_requires=install_requires,
install_requires=install_requires + ['psycopg2', 'uvloop'],
extras_require=extras_require,
python_requires="~=3.9",

Expand Down

0 comments on commit 37333a1

Please sign in to comment.