Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 6481cfb

Browse files
authored
Remove cryptography from requirements.txt
1 parent 52d2d12 commit 6481cfb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ requests==2.20.0
22
PyJWT==1.7.0
33
#need 2.x for Python3 support
44
python-dateutil==2.1.0
5+
56
#1.1.0 is the first that can be installed on windows
6-
cryptography==3.2
7+
# Yet we decide to remove this from requirements.txt,
8+
# because ADAL does not have a direct dependency on it.
9+
#cryptography==3.2
10+
711
#for testing
812
httpretty==0.8.14
913
pylint==1.5.4

0 commit comments

Comments
 (0)