3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.social-auth-core: fix eval

This commit is contained in:
Ben Siraphob 2022-03-31 16:20:36 -05:00
parent c150d9ab2b
commit fe27fc6ba7
No known key found for this signature in database
GPG key ID: 45F0E5D788143267

View file

@ -3,7 +3,7 @@
, fetchFromGitHub
, requests
, oauthlib
, requests_oauthlib
, requests-oauthlib
, pyjwt
, cryptography
, defusedxml
@ -38,7 +38,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
oauthlib
requests_oauthlib
requests-oauthlib
pyjwt
cryptography
defusedxml