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

Commit 01f6fad

Browse files
authored
Merge pull request #244 from AzureAD/dependabot/pip/cryptography-3.2
Remove cryptography from requirements.txt
2 parents ee7e3d5 + 6481cfb commit 01f6fad

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==2.3.1
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)