Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
switch from toml to qtoml
Browse files Browse the repository at this point in the history
  • Loading branch information
ioistired committed Jul 3, 2024
1 parent 8a20153 commit f0e25e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adhesive/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def build_stickers_client(db, config):
return MultiStickersClient(db, accounts.values())

async def main():
import toml
import qtoml as toml
with open('config.toml') as f:
config = toml.load(f)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# assume all deps use semver, tighten otherwise
# for 0.x libs, assume that 0.k+1 breaks 0.k

toml ~= 0.10.0
qtoml ~= 0.3.1
humanize ~= 3.11
asqlite @ git+https://github.com/Rapptz/asqlite.git

Expand Down

0 comments on commit f0e25e7

Please sign in to comment.