Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 26, 2024
1 parent d2bd6fe commit 2320640
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 18 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ plexapi = "*"
pillow = "*"
prettytable = "*"
croniter = "*"
"ruamel.yaml" = "*"

[dev-packages]

Expand Down
90 changes: 77 additions & 13 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ croniter==2.0.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.
idna==3.6; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pillow==10.2.0; python_version >= '3.8'
plexapi==4.15.9; python_version >= '3.8'
prettytable==3.9.0; python_version >= '3.8'
plexapi==4.15.10; python_version >= '3.8'
prettytable==3.10.0; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2024.1
pyyaml==6.0.1; python_version >= '3.6'
qbittorrent-api==2024.1.58; python_version >= '3.8'
qbittorrent-api==2024.2.59; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
ruamel.yaml==0.18.6; python_version >= '3.7'
ruamel.yaml.clib==0.2.8; python_version < '3.13' and platform_python_implementation == 'CPython'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.66.2; python_version >= '3.7'
unidecode==1.3.8; python_version >= '3.5'
urllib3==2.2.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
wcwidth==0.2.13

0 comments on commit 2320640

Please sign in to comment.