flix-cli 1.6.4__tar.gz → 1.6.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: flix-cli
3
- Version: 1.6.4
3
+ Version: 1.6.5
4
4
  Summary: A high efficient, powerful and fast movie scraper.
5
5
  License: GPLv3
6
6
  Author: DemonKingSwarn
@@ -17,6 +17,7 @@ Requires-Dist: colorama (==0.4.5)
17
17
  Requires-Dist: httpx (==0.28.1)
18
18
  Requires-Dist: krfzf-py (==0.0.4)
19
19
  Requires-Dist: pycryptodomex (==3.14.1)
20
+ Requires-Dist: regex (==2025.9.1)
20
21
  Description-Content-Type: text/plain
21
22
 
22
23
 
@@ -0,0 +1 @@
1
+ __core__ = "1.6.5"
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "flix-cli"
7
- version = "1.6.4"
7
+ version = "1.6.5"
8
8
  description = "A high efficient, powerful and fast movie scraper."
9
9
  authors = ["DemonKingSwarn <rockingswarn@gmail.com>"]
10
10
  license = "GPLv3"
@@ -15,6 +15,7 @@ python = "^3.10"
15
15
  httpx = "0.28.1"
16
16
  pycryptodomex = "3.14.1"
17
17
  beautifulsoup4 = "4.10.0"
18
+ regex = "2025.9.1"
18
19
  colorama = "0.4.5"
19
20
  krfzf-py = "0.0.4"
20
21
 
@@ -1 +0,0 @@
1
- __core__ = "1.6.4"
File without changes
File without changes
File without changes
File without changes