Skip to content

Commit 7060bc2

Browse files
committed
requirements changes and settings variable error fix
1 parent 7afe712 commit 7060bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metering/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
alembic==1.0.11
2+
boto3==1.9.216
23
Mako==1.1.0
34
MarkupSafe==1.1.1
45
PyMySQL==0.9.3

metering/services.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
import logging
33

44
import boto3 as boto3
5-
import requests
65

7-
from settings import MARKETPLACE_CHANNEL_USER_URL, CONTRACT_API_ARN, CONTRACT_API_STAGE
6+
from settings import CONTRACT_API_ARN, CONTRACT_API_STAGE
87
from storage import DatabaseStorage
98
from utils import is_free_call
109

0 commit comments

Comments
 (0)