update requirements and readme

This commit is contained in:
R4SAS 2018-02-16 09:35:27 +03:00
parent 5c2055cc7a
commit b887f0cc5a
2 changed files with 4 additions and 9 deletions

View File

@ -1,12 +1,12 @@
PBinCLI
=====
PrivateBin CLI (in development)
[PrivateBin](https://github.com/PrivateBin/PrivateBin/) CLI (in development)
Installing
-----
```bash
$ virtualenv --python=python2.7 venv
$ virtualenv --python=python3 venv
$ . venv/bin/activate
$ pip install -r requirements.txt
```

View File

@ -1,8 +1,3 @@
# cryptography dependecies
appdirs
cffi
packaging
pycparser
# required packeges
cryptography
pycryptodome
git+https://github.com/l-n-s/sjcl@add_gcm_mode
requests