This repository has been archived by the owner on May 22, 2024. It is now read-only.
forked from eregs/regulations-parser
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements_dev.txt
75 lines (75 loc) · 1.56 KB
/
requirements_dev.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements_dev.txt requirements_dev.in
#
-e .
-e interpparser
git+https://github.com/python-constraint/python-constraint.git@1.3.1#egg=python-constraint
attrs==16.3.0
cached-property==1.3.0
click==6.6
coloredlogs==5.0
cov-core==1.15.0
coverage==4.1
decorator==4.0.11
dj-database-url==0.4.1
django-click==1.2.0
django-rq==0.9.1
django==3.2.23
djangorestframework==3.4
flake8-blind-except==0.1.1
flake8-builtins==0.2
flake8-comprehensions==1.2.1
flake8-isort==2.1.3
flake8-pep3101==1.0
flake8-polyfill==1.0.1 # via flake8-isort
flake8-print==2.0.2
flake8-string-format==0.2.3
flake8-tuple==0.2.12
flake8==3.2.1
freezegun==0.3.8
gitdb==4.0.9
gitpython==2.0.2
httpretty==0.8.14
humanfriendly==2.4
inflection==0.3.1
ipdb==0.10.0
ipython-genutils==0.2.0
ipython==5.3.0
isort==4.2.5 # via flake8-isort
jedi==0.10.2
json-delta==2.0
lxml==4.9.1
mccabe==0.5.3 # via flake8
mock==2.0.0
networkx==2.6.3
pbr==3.0.0
pep8-naming==0.4.1
pexpect==4.2.1
pickleshare==0.7.4
prompt-toolkit==1.0.14
ptyprocess==0.5.1
py==1.4.33 # via pytest
pycodestyle==2.2.0 # via flake8
pyflakes==1.3.0 # via flake8
pygments==2.2.0
pyparsing==2.1.4
pytest-cov==2.4.0
pytest-django==2.9.1
pytest==3.0.6
python-dateutil==2.6.0 # via freezegun
pytz==2017.2
redis==4.5.4
requests-cache==0.4.12
requests==2.10.0
roman==2.0.0
rq==0.7.1
simplegeneric==0.8.1
six==1.10.0
smmap==5.0.0
stevedore==1.13.0
testfixtures==4.13.5 # via flake8-isort
traitlets==4.3.2
wcwidth==0.1.7