torrent-downloader-react 1.0.6__tar.gz → 1.0.7__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/PKG-INFO +1 -1
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/setup.py +3 -2
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader_react.egg-info/PKG-INFO +1 -1
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader_react.egg-info/requires.txt +1 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/setup.cfg +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/__init__.py +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/server.py +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/static/assets/index-BWN4x5dM.js +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/static/assets/index-DVy8AvwL.css +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/static/index.html +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/static/vite.svg +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader_react.egg-info/SOURCES.txt +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader_react.egg-info/dependency_links.txt +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader_react.egg-info/entry_points.txt +0 -0
- {torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader_react.egg-info/top_level.txt +0 -0
@@ -7,12 +7,13 @@ with open(os.path.join(os.path.dirname(os.path.dirname(__file__)), "README.md"),
|
|
7
7
|
|
8
8
|
setup(
|
9
9
|
name="torrent-downloader-react",
|
10
|
-
version="1.0.
|
10
|
+
version="1.0.7",
|
11
11
|
packages=find_packages(),
|
12
12
|
install_requires=[
|
13
13
|
"fastapi>=0.109.0",
|
14
14
|
"uvicorn>=0.27.0",
|
15
|
-
"pydantic>=2.0.0"
|
15
|
+
"pydantic>=2.0.0",
|
16
|
+
"python-libtorrent>=2.0.0"
|
16
17
|
],
|
17
18
|
entry_points={
|
18
19
|
"console_scripts": [
|
File without changes
|
{torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/__init__.py
RENAMED
File without changes
|
{torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/server.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{torrent-downloader-react-1.0.6 → torrent-downloader-react-1.0.7}/torrent_downloader/static/vite.svg
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|