forked from r4sas/PBinCLI
update requirements and readme
This commit is contained in:
parent
5c2055cc7a
commit
b887f0cc5a
@ -1,12 +1,12 @@
|
|||||||
PBinCLI
|
PBinCLI
|
||||||
=====
|
=====
|
||||||
|
|
||||||
PrivateBin CLI (in development)
|
[PrivateBin](https://github.com/PrivateBin/PrivateBin/) CLI (in development)
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
-----
|
-----
|
||||||
```bash
|
```bash
|
||||||
$ virtualenv --python=python2.7 venv
|
$ virtualenv --python=python3 venv
|
||||||
$ . venv/bin/activate
|
$ . venv/bin/activate
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
# cryptography dependecies
|
pycryptodome
|
||||||
appdirs
|
git+https://github.com/l-n-s/sjcl@add_gcm_mode
|
||||||
cffi
|
|
||||||
packaging
|
|
||||||
pycparser
|
|
||||||
# required packeges
|
|
||||||
cryptography
|
|
||||||
requests
|
requests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user