Skip to content

Commit

Permalink
Merge pull request #10 from Half-Shot/hs/add-uvloop-psycopg2
Browse files Browse the repository at this point in the history
Add psycopg2, uvloop to requirements.txt
  • Loading branch information
Half-Shot authored Nov 5, 2021
2 parents 8116e66 + a805ab5 commit 91978fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The Element fork includes the following changes:
- Add config limits for portal rooms https://github.com/mautrix/telegram/pull/469
- Make max_initial_member_sync work for Chats as well as Channels https://github.com/mautrix/telegram/pull/680
- Allow disabling user status updates from Telegram side https://github.com/vector-im/mautrix-telegram/pull/9
- Add `psycopg2`, `uvloop` to requirements.txt, install_requires https://github.com/vector-im/mautrix-telegram/pull/10/files

Some changes that appear here may get upstreamed to https://github.com/mautrix/telegram, and will be removed from
the list when they appear in both versions.
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ yarl>=1,<2
mautrix>=0.10.5,<0.11
telethon>=1.22,<1.24
telethon-session-sqlalchemy>=0.2.14,<0.3
# as per t2bot reccomendations https://github.com/t2bot/mautrix-telegram/commit/77f6d5ca9d35e36b5cf1ba977497182364998090#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552R11-R12
psycopg2
uvloop
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

packages=setuptools.find_packages(),

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

Expand Down

0 comments on commit 91978fe

Please sign in to comment.