Skip to content

Commit

Permalink
Removed useless dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Jul 11, 2024
1 parent 97366cb commit da02163
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ python-dotenv = "==1.0.0"
python-magic = {version = "==0.4.24", markers="sys_platform != 'win32'"}
python-magic-bin = {version = "==0.4.14", markers="sys_platform == 'win32'"}
pytz = "==2021.3"
requests = ">=2.26.0"
schedule = "==1.2.0"
simple-websocket = "==0.10.1"
sqlalchemy = "==2.0.16"
Expand All @@ -49,16 +50,13 @@ watchdog = "==4.0.0"
[dev-packages]
black = "*"
isort = "*"
mkdocs = "*"
mkdocs-autorefs = "*"
mkdocs = "*"
mkdocs-include-markdown-plugin = "*"
mkdocs-macros-plugin = "*"
mkdocs-material = "*"
mkdocs-material-extensions = "*"
mkdocstrings = "*"
mkdocstrings-python = "*"
mypy = "*"
requests = "*"

[requires]
python_version = "3"

0 comments on commit da02163

Please sign in to comment.