Skip to content

Commit

Permalink
Remove jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
joedborg committed Jan 11, 2021
1 parent 65c7923 commit 945b588
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion installer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
urllib3==1.24.2
click~=7.0
jsonschema==2.5.1
progressbar33==2.4
requests==2.20.0
requests_unixsocket==0.1.5
Expand Down
1 change: 0 additions & 1 deletion installer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
packages=['cli', 'common', 'vm_providers', 'vm_providers._multipass', 'vm_providers.repo'],
install_requires=[
'click~=7.0',
'jsonschema==2.5.1',
'progressbar33==2.4',
'requests==2.20.0',
'requests_unixsocket==0.1.5',
Expand Down

0 comments on commit 945b588

Please sign in to comment.