File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
- beautifulsoup4 == 4.6.1
2
- freezegun == 0.3.9
3
1
mock == 2.0.0
4
2
pytest == 4.6.6
5
3
pytest-runner == 5.2
6
4
requests == 2.22.0
7
5
responses == 0.10.6
8
- xmlformatter == 0.1.1
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
from __future__ import print_function
3
3
from __future__ import unicode_literals
4
- import io
5
- import json
6
4
import mock
7
- import xml .etree .ElementTree as ElementTree
8
- import xmlformatter
9
5
10
- from bs4 import BeautifulSoup
11
6
from unittest import TestCase
12
- from freezegun import freeze_time
13
-
14
7
from src .api import CmixAPI , default_cmix_api , CMIX_SERVICES
15
8
from src .error import CmixError
16
-
17
9
from popresearch .models import CmixDataArchive , Survey
18
-
19
10
from .factories import UserFactory
20
11
21
12
You can’t perform that action at this time.
0 commit comments