Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Updated dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandru2018 committed Apr 17, 2020
1 parent 778b56d commit 2ecfc5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
requests = "*"
requests = "==2.23.0"
pycairo = "*"
pygobject = "*"
protonvpn-cli = "==2.2.2"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ Protonvpn-linux-gui works on top of <a href="https://github.com/ProtonVPN/proton
### Dependencies

#### Python dependencies
- requests
- python3.5+
- python >= 3.5
- requests == 2.23.0
- configparse == 4.0.2
- pip for python3 (pip3)
- <a href="https://github.com/ProtonVPN/protonvpn-cli-ng"><b>protonvpn-cli-ng</b></a> == 2.2.2
- setuptools for python3 (python3-setuptools)
- <a href="https://github.com/ProtonVPN/protonvpn-cli-ng"><b>protonvpn-cli-ng</b></a>


#### ProtonVPN GUI dependencies
Expand Down

0 comments on commit 2ecfc5b

Please sign in to comment.