Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

build: widen requirements #359

Merged
merged 2 commits into from
Nov 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# dependenices used in MirahezeBot
feedparser==6.0.2
requests==2.25.0
feedparser==6.0.2,<7.0.0
requests==2.25.0,<2.26.0
sopel>=7.0.7,<8
SQLAlchemy==1.3.20
SQLAlchemy==1.3.20,<1.4.0
# shared util scripts
MirahezeBots-jsonparser==1.0.0
MirahezeBots-jsonparser==1.0.0,<2.0.0
# code migrated to own repo awaiting bundle switch
sopel-plugins.adminlist==1.0.3
sopel-plugins.channelmgnt==1.0.3
sopel-plugins.pingpong==1.0.1
sopel-plugins.joinall==1.0.0
sopel-plugins.adminlist>=1.0.3
sopel-plugins.channelmgnt>=1.0.3
sopel-plugins.pingpong>=1.0.1
sopel-plugins.joinall>=1.0.0