Skip to content

Commit

Permalink
Add dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hibare committed Dec 14, 2021
1 parent 09be441 commit 44e285e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/dev-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
autopep8
pip-tools
28 changes: 28 additions & 0 deletions backend/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile dev-requirements.in
#
--trusted-host pypi.org

autopep8==1.6.0
# via -r dev-requirements.in
click==8.0.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r dev-requirements.in
pycodestyle==2.8.0
# via autopep8
toml==0.10.2
# via autopep8
tomli==2.0.0
# via pep517
wheel==0.37.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit 44e285e

Please sign in to comment.