Skip to content

Commit

Permalink
Merge 84d3979 into 43314cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav committed Sep 18, 2017
2 parents 43314cc + 84d3979 commit 635effa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion openprocurement/chronograph/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
from requests.structures import CaseInsensitiveDict
from requests.utils import get_encoding_from_headers
from openprocurement.chronograph.scheduler import SESSION
from openprocurement.api.utils import VERSION
from time import sleep
try:
from openprocurement.api.utils import VERSION
except ImportError:
from openprocurement.api.constants import VERSION
try:
from openprocurement.tender.belowthreshold.tests.base import test_tender_data
except ImportError:
Expand Down
4 changes: 2 additions & 2 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ tzlocal = 1.1.2

# Added by buildout at 2015-10-21 12:32:55.166854
APScheduler = 3.0.1
cffi = 1.2.1
cryptography = 1.0.2
cffi = 1.4.1
cryptography = 1.2.3
idna = 2.0
pyOpenSSL = 0.15.1

Expand Down

0 comments on commit 635effa

Please sign in to comment.