Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Dec 24, 2024
1 parent dadca40 commit bb86118
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lncrawl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.3
3.7.4
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ wheel
black
flake8
pyinstaller
setuptools<=60.0.0
setuptools>=70.0.0
pycryptodome>=3.0.0,<4.0.0
# cryptography<=3.3.2
# win_unicode_console~=0.5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ black
flake8
tk-tools
pyinstaller
setuptools<=60.0.0
setuptools>=70.0.0
# cryptography<=3.3.2
# cssutils>=1.0.0,<2.7.0
# win_unicode_console~=0.5
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Games/Entertainment
Environment :: Console
project_urls =
Expand All @@ -38,6 +39,7 @@ include_package_data = True
[options.entry_points]
console_scripts =
lncrawl = lncrawl:main
lightnovel_crawler = lncrawl:main
lightnovel-crawler = lncrawl:main

[flake8]
Expand Down

0 comments on commit bb86118

Please sign in to comment.