Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh0253 committed May 19, 2021
1 parent 4e8f396 commit aaf0af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
https://github.com/Mahesh0253/pyrogram/archive/inline.zip
tgcrypto
umongo==2.3.0
motor==2.3.0
dnspython
tgcrypto==1.2.2
umongo[motor]==3.0.0
dnspython==2.1.0
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

client = AsyncIOMotorClient(DATABASE_URI)
db = client[DATABASE_NAME]
instance = Instance(db)
instance = Instance.from_db(db)


@instance.register
Expand Down

0 comments on commit aaf0af0

Please sign in to comment.