add cryptography package to requirements.txt

This commit is contained in:
Max Erenberg 2021-11-02 00:21:56 -04:00
parent 57787c170a
commit dbbc533111
5 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,7 @@ build: docs venv
venv:
python3 -m venv venv && \
. venv/bin/activate && \
pip install --upgrade pip && \
pip install setuptools wheel && \
pip install -r requirements.txt && \
python setup.py install

View File

@ -1 +1 @@
1.0.0
1.0.1

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ceo (1.0.1-buster1) buster; urgency=high
* Add cryptography package to requirements.txt
-- Max Erenberg <merenber@csclub.uwaterloo.ca> Tue, 02 Nov 2021 04:19:25 +0000
ceo (1.0.0-buster1) buster; urgency=high
* Use new ceo with python3

1
debian/control vendored
View File

@ -26,6 +26,7 @@ Package: ceo-common
Architecture: amd64
Depends: python3 (>= 3.7),
krb5-user (>= 1.17),
libffi6 | libffi7 | libffi8,
libkrb5-3 (>= 1.17),
libpq5 (>= 11.13),
libfreetype6 (>= 2.2.1),

View File

@ -1,5 +1,6 @@
asciimatics==1.13.0
click==8.0.1
cryptography==35.0.0
Flask==2.0.1
gssapi==1.6.14
gunicorn==20.1.0