Skip to content

Commit

Permalink
chore: remove unused dependency (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 30, 2022
1 parent 127eaaf commit 130b1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 2 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
#
Expand All @@ -10,13 +10,7 @@ conditional==1.4
# via django-clone (setup.py)
django==4.1.4
# via django-clone (setup.py)
future==0.18.2
# via django-clone (setup.py)
pytz==2022.7
# via django
six==1.16.0
# via django-clone (setup.py)
sqlparse==0.4.3
# via django
typing-extensions==4.4.0
# via asgiref
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

install_requires = [
"django",
"future>=0.17.1",
"conditional>=1.3",
"six",
]
Expand Down

0 comments on commit 130b1f0

Please sign in to comment.