Skip to content

Commit

Permalink
Add dependency to requests module
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrezo committed Sep 29, 2023
1 parent 8823277 commit 4ae29b7
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 103 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dateparser = "~=1.1"
# Use Twelve-factor methodology to configure environment variables
django-environ = "<1.0.0"
django_compressor = "<3.0.0"
# Nessus scan
requests = "<3.0.0"
# Serveradmin extras:
paramiko = "~=2.10"
pexpect = "<5.0.0"
Expand All @@ -39,7 +41,6 @@ Werkzeug = "<3.0.0"
# Used to package a single executable according to PEP 441
pex = "<3.0.0"
# Pex complains without requests
requests = "<3.0.0"
setuptools = "*"
# Generate fake data for tests
faker = "<14.0.0"
Expand Down
Loading

0 comments on commit 4ae29b7

Please sign in to comment.