Browse Source

update requirements and readme

dependabot/add-v2-config-file
R4SAS 6 years ago
parent
commit
b887f0cc5a
  1. 4
      README.md
  2. 9
      requirements.txt

4
README.md

@ -1,12 +1,12 @@ @@ -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
```

9
requirements.txt

@ -1,8 +1,3 @@ @@ -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

Loading…
Cancel
Save