Skip to content

Commit

Permalink
config changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
H3lllfir3 committed Oct 21, 2023
1 parent c8e3ddd commit ce6c2b6
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = url_inspecor
name = inspector
description = A tool to monitor websites
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -13,18 +13,17 @@ classifiers =
platform = linux

[options]
packages =
inspecor
packages = find:
install_requires =
beautifulsoup4==4.12.2
python-crontab==3.0.0
python-dotenv==1.0.0
requests==2.31.0
tldextract==3.6.0
validators==0.22.0
alembic>=1.12.0
beautifulsoup4>=4.12.2
python-crontab>=3.0.0
requests>=2.31.0
rich>=13.5.3
tldextract>=3.6.0
tqdm>=4.66.1
validators>=0.22.0
python_requires = >=3.8
package_dir =
=src
zip_safe = no

[flake8]
Expand Down

0 comments on commit ce6c2b6

Please sign in to comment.