forked from kalmanolah/925r
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
115 lines (111 loc) · 2.11 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "*"
autopep8 = "*"
certifi = "*"
cffi = "*"
chardet = "*"
charset-normalizer = "*"
confusable-homoglyphs = "*"
coreapi = "*"
coreschema = "*"
cryptography = "*"
defusedxml = "*"
Deprecated = "*"
diff-match-patch = "*"
django = "==4.0.10"
django-admin-autocomplete-filter = "*"
django-admin-list-filter-dropdown = "*"
django-admin-rangefilter = "*"
django-admin-sortable = "*"
django-appconf = "*"
django-apptemplates = "*"
django-auth-ldap = "*"
django-autocomplete-light = "*"
django-configurations = "*"
django-cors-headers = "*"
django-countries = "*"
django-crispy-forms = "*"
django-debug-toolbar = "*"
django-dirtyfields = "*"
django-downloadview = "*"
django-filter = "*"
django-gravatar2 = "*"
django-ical = "*"
django-import-export = "*"
django-logentry-admin = "*"
django-model-utils = "*"
django-oauth-toolkit = "*"
django-phonenumber-field = "*"
django-polymorphic = "*"
django-recurrence = "*"
django-registration = "*"
django-rest-assured = "*"
django-rest-framework = "*"
django-rest-swagger = "*"
django-select2 = "*"
django-settings-export = "*"
django-silk = "*"
django-tables2 = "*"
django-wkhtmltopdf = "*"
djangorestframework = "*"
djangorestframework-filters = "1.0.0.dev2"
et-xmlfile = "*"
factory-boy = "*"
Faker = "*"
gprof2dot = "*"
gunicorn = "*"
humanize = "*"
icalendar = "*"
idna = "*"
importlib-metadata = "*"
itypes = "*"
Jinja2 = "*"
jwcrypto = "*"
markdown2 = "*"
MarkupPy = "*"
MarkupSafe = "*"
mysqlclient = "*"
oauthlib = "*"
odfpy = "*"
openapi-codec = "*"
openpyxl = "*"
phonenumberslite = "*"
pyasn1 = "*"
pyasn1-modules = "*"
pycodestyle = "*"
pycparser = "*"
Pygments = "*"
pypugjs = "*"
python-dateutil = "*"
python-ldap = "*"
python-redmine = "*"
pytz = "*"
PyYAML = "*"
requests = "*"
simplejson = "*"
six = "*"
sqlparse = "*"
tablib = "*"
text-unidecode = "*"
toml = "*"
typing_extensions = "*"
uritemplate = "*"
urllib3 = "*"
whitenoise = "*"
wrapt = "*"
xlrd = "*"
xlwt = "*"
zipp = "*"
[dev-packages]
isort = "*"
pudb = "*"
pylint = "*"
tox = "*"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true