Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
update pipfile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed May 14, 2020
1 parent afae133 commit 2605c5c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev - packages]
[dev-packages]

[packages]
fonttools = "*"
psutil = "5.7.0"
pynput = "1.6"
pyshortcuts = "1.7"
pystray = "0.14.4"
GitPython = "3.1.1"
PyQt5 = "*"
pynput = ">=1.6"
pystray = "==0.14.4"
PyQt5 = ">=5.14,<5.15"

[requires]
python_version = "3.8"

0 comments on commit 2605c5c

Please sign in to comment.