Skip to content

Commit

Permalink
Merge pull request #41 from alexferl/remove_deps
Browse files Browse the repository at this point in the history
remove deps
  • Loading branch information
alexferl authored Oct 5, 2023
2 parents 16cba09 + 20b080e commit cc720cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ flask = "==3.0.0"

[dev-packages]
black = "==23.9.1"
exceptiongroup = "==1.1.3"
pre-commit = "==3.4.0"
pytest = "==7.4.2"
tomli = "==2.0.1"
20 changes: 1 addition & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ black==23.9.1; python_version >= '3.8'
cfgv==3.4.0; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
distlib==0.3.7
exceptiongroup==1.1.3; python_version >= '3.7'
filelock==3.12.4; python_version >= '3.8'
identify==2.5.30; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
Expand All @@ -17,5 +16,4 @@ pre-commit==3.4.0; python_version >= '3.8'
pytest==7.4.2; python_version >= '3.7'
pyyaml==6.0.1; python_version >= '3.6'
setuptools==68.2.2; python_version >= '3.8'
tomli==2.0.1; python_version >= '3.7'
virtualenv==20.24.5; python_version >= '3.7'

0 comments on commit cc720cc

Please sign in to comment.