Skip to content

Commit

Permalink
v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin committed Aug 2, 2020
1 parent ed05f36 commit 1696182
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
38 changes: 18 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ python-telegram-handler = "2.2"
boltons = "20.2.0"
plumbum = "1.6.9"
# To build and publish:
#scdl = "1.6.12"
scdl = "1.6.12"
# To operate:
scdl = { git = "https://github.com/flyingrub/scdl.git" }
#scdl = { git = "https://github.com/flyingrub/scdl.git" }
# jackno for soundcloud api v2
#scdl = { git = "https://github.com/jackno/scdl.git" }
#scdl = { git = "https://github.com/gpchelkin/scdl.git", branch = "fix_timestamp_and_already_downloaded" }
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
amqp==2.6.0
amqp==2.6.1
args==0.1.0
bandcamp-downloader==0.0.8.post12
beautifulsoup4==4.9.1
billiard==3.6.3.0
boltons==20.2.0
celery==4.4.6
celery==4.4.7
certifi==2020.6.20
cffi==1.14.1
chardet==3.0.4
Expand All @@ -19,7 +19,7 @@ idna==2.10
importlib-metadata==1.7.0; python_version < "3.8"
kombu==4.6.11
mock==4.0.2
mutagen==1.45.0
mutagen==1.45.1
patool==1.12
plumbum==1.6.9
prometheus-client==0.8.0
Expand All @@ -28,7 +28,7 @@ python-telegram-bot==12.8
python-telegram-handler==2.2
pytz==2020.1
requests==2.24.0
-e git+https://github.com/flyingrub/scdl.git@73bf81221a594faf0b2a9acc2df6c39a14ee1a24#egg=scdl
scdl==1.6.12
six==1.15.0
soupsieve==1.9.6
termcolor==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion scdlbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """George Pchelkin"""
__email__ = "george@pchelk.in"
__version__ = "0.13.4"
__version__ = "0.13.5"

0 comments on commit 1696182

Please sign in to comment.