-
Notifications
You must be signed in to change notification settings - Fork 22
/
requirements-test.txt
36 lines (35 loc) · 1.2 KB
/
requirements-test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This file is autogenerated by Prequ. To update, run:
#
# prequ update
#
--no-binary psycopg2
attrs==20.1.0 # via pytest
certifi==2020.6.20 # via requests
chardet==3.0.4 # via requests
coverage==5.2.1 # via pytest-cov
factory-boy==3.0.1
faker==4.1.2 # via factory-boy
freezegun==0.3.15
idna==2.10 # via requests
importlib-metadata==1.7.0 # via pluggy, pytest
inflection==0.5.1 # via pytest-factoryboy
iniconfig==1.0.1 # via pytest
more-itertools==8.4.0 # via pytest
packaging==20.4 # via pytest
pathlib2==2.3.5 # via pytest
pluggy==0.13.1 # via pytest
py==1.9.0 # via pytest
pyparsing==2.4.7 # via packaging
pytest==6.0.1
pytest-cov==2.10.1
pytest-django==3.9.0
pytest-factoryboy==2.0.3
python-dateutil==2.8.1 # via faker, freezegun
pyyaml==5.3.1
requests==2.24.0 # via requests-mock
requests-mock==1.8.0
six==1.15.0 # via freezegun, packaging, pathlib2, python-dateutil, requests-mock
text-unidecode==1.3 # via faker
toml==0.10.1 # via pytest
urllib3==1.25.10 # via requests
zipp==1.2.0 # via importlib-metadata