-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
51 lines (48 loc) · 853 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "~=4.2"
django-jsonfield-backport = "*"
dj-database-url = "*"
django-dirtyfields = "*"
django-filter = "*"
django-model-utils = "*"
django-auditlog = "*"
django-tequila = "*"
"django-bootstrap4" = "*"
furl = "*"
gevent = "*"
gunicorn = "*"
markdown = "*"
"psycopg2-binary" = "*"
pymarc = "==4.2.1"
pytz = "*"
django-cors-headers = "*"
whitenoise = "*"
[dev-packages]
"autopep8" = "*"
coverage = "*"
coveralls = "*"
codecov = "*"
django-debug-toolbar = "*"
django-extensions = "*"
#django-nose = "*"
"fabric3" = "*"
factory-boy = "*"
faker = "*"
"flake8" = "*"
ipdb = "*"
ipython = "*"
lxml = "*"
mkdocs = "*"
mock = "*"
selenium = "*"
requests = "*"
rope = "*"
pytest = "*"
pytest-django = "*"
pytest-cov = "*"
[requires]
python_version = "3.12.4"