Skip to content

Commit

Permalink
Add dependency for requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Mar 12, 2020
1 parent c82b76d commit 7a8c19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -17,6 +17,7 @@ pid==2.2.5 # managing PID files
redis==3.3.11 # preloaded data storage & sync through redis
hiredis==1.0.1 # improved redis response parsing performance
psutil==5.6.7 # process management
requests==2.23.0 # HTTP request handling

# Database connections and management
psycopg2-binary==2.8.4
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -37,6 +37,7 @@
'redis==3.3.11',
'hiredis==1.0.1',
'psutil==5.6.7',
'requests==2.23.0',
'psycopg2-binary==2.8.4',
'SQLAlchemy==1.3.13',
'alembic==1.4.1',
Expand Down

0 comments on commit 7a8c19d

Please sign in to comment.