Skip to content

Commit

Permalink
Fixed the installation name of PIL in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devos50 committed Aug 26, 2020
1 parent 6ddf9d4 commit ac6110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler-core/tribler_core/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{'module': 'lz4', 'install_type': 'pip3', 'package': 'lz4', 'optional': False, 'scope': 'core'},
{'module': 'netifaces', 'install_type': 'pip3', 'package': 'netifaces', 'optional': False, 'scope': 'core'},
{'module': 'networkx', 'install_type': 'pip3', 'package': 'networkx', 'optional': False, 'scope': 'both'},
{'module': 'PIL', 'install_type': 'pip3', 'package': 'PIL', 'optional': False, 'scope': 'gui'},
{'module': 'PIL', 'install_type': 'pip3', 'package': 'Pillow', 'optional': False, 'scope': 'gui'},
{'module': 'pony', 'install_type': 'pip3', 'package': 'pony>=0.7.10', 'optional': False, 'scope': 'core'},
{'module': 'psutil', 'install_type': 'pip3', 'package': 'psutil', 'optional': False, 'scope': 'both'},
{'module': 'pyasn1', 'install_type': 'pip3', 'package': 'pyasn1', 'optional': False, 'scope': 'core'},
Expand Down

0 comments on commit ac6110d

Please sign in to comment.