Skip to content

Commit 1757976

Browse files
committed
[v0.3.0] Added UI improvements, and design tweaks along with various improvements
1 parent a951181 commit 1757976

File tree

18 files changed

+1118
-622
lines changed

18 files changed

+1118
-622
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It is really helpful if you want to download a mod or modpack containing various
4343

4444

4545
### Note
46-
I have not included optional dependencies, as its a stupid idea, since a lots of mods, even they don't need something have optional dependencies mentioned. So it will probably take forever to finish downloading. It can be implemented although. Not a big task.
46+
I have finally included optional dependencies as well. My advice is handle with care as it significantly increase the number and size of downloads.
4747

4848
Also, download speed is based on re146, Its not super fast but its fine.
4949

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "factorio-mod-downloader"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
description = "One Downloader for all your factorio mods."
55
authors = ["Vaibhav Vikas <vbhvvikas@gmail.com>"]
66
license = "MIT"
@@ -25,22 +25,20 @@ chromedriver-autoinstaller = "^0.6.4"
2525
selenium = "^4.25.0"
2626
poetry-pyinstaller-plugin = "^1.4.0"
2727
beautifulsoup4 = "^4.12.3"
28-
pylint = "^3.3.1"
29-
30-
[tool.poetry.dev-dependencies]
31-
isort = ">=5.10.1"
3228

3329
[tool.poetry.scripts]
3430
factorio-mod-downloader = "factorio_mod_downloader.__main__:main"
3531

3632
[tool.poetry.group.dev.dependencies]
37-
black = "^24.10.0"
33+
pylint = "^3.3.1"
3834
pyinstaller = "^6.13.0"
35+
isort = ">=5.10.1"
36+
black = "^24.10.0"
3937

4038
[tool.isort]
4139
profile = "black"
4240
force_single_line = true
43-
lines_after_imports = 2
41+
lines_after_imports = 2
4442

4543
[tool.black]
4644
line-length = 100

0 commit comments

Comments
 (0)