Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-DashboardFeeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-DashboardFeeds
Commits
b4cf1e8e
Commit
b4cf1e8e
authored
Mar 18, 2020
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch '4-modulenotfounderror' into 'master'
Resolve "ModuleNotFoundError" Closes
#4
See merge request
!5
parents
dd958dd1
0f9ffbf9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Resolve "ModuleNotFoundError"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+110
-172
110 additions, 172 deletions
poetry.lock
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
111 additions
and
172 deletions
poetry.lock
+
110
−
172
View file @
b4cf1e8e
[[package]]
category
=
"main"
description
=
""
develop
=
true
name
=
"aleksis"
optional
=
false
python-versions
=
"^3.7"
...
...
@@ -13,6 +14,7 @@ calendarweek = "^0.4.3"
colour
=
"^0.1.5"
django-any-js
=
"^1.0"
django-ckeditor
=
"^5.8.0"
django-colorfield
=
"^0.2.1"
django-debug-toolbar
=
"^2.0"
django-easy-audit
=
"^1.2rc1"
django-filter
=
"^2.2.0"
...
...
@@ -60,7 +62,7 @@ extras = ["yaml", "toml", "ini"]
version
=
"^2.0"
[package.extras]
celery
=
[
"Celery (^4.4.0)"
,
"django-celery-results (^1.1.2)"
,
"django-celery-beat (^
1.5
.0)"
,
"django-celery-email (^3.0.0)"
]
celery
=
[
"Celery (^4.4.0)"
,
"django-celery-results (^1.1.2)"
,
"django-celery-beat (^
2.0
.0)"
,
"django-celery-email (^3.0.0)"
]
ldap
=
[
"django-auth-ldap (^2.0)"
]
[package.source]
...
...
@@ -68,13 +70,24 @@ reference = ""
type
=
"directory"
url
=
"../../.."
[[package]]
category
=
"main"
description
=
"Better dates & times for Python"
name
=
"arrow"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"0.14.7"
[package.dependencies]
python-dateutil
=
"*"
[[package]]
category
=
"main"
description
=
"ASGI specs, helper code, and adapters"
name
=
"asgiref"
optional
=
false
python-versions
=
"
*
"
version
=
"3.2.
3
"
python-versions
=
"
>
=
3.5
"
version
=
"3.2.
5
"
[package.extras]
tests
=
[
"pytest (>=4.3.0,<4.4.0)"
,
"pytest-asyncio (>=0.10.0,<0.11.0)"
]
...
...
@@ -137,8 +150,8 @@ category = "main"
description
=
"Composable command line interface toolkit"
name
=
"click"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"7.
0
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"7.
1.1
"
[[package]]
category
=
"main"
...
...
@@ -177,7 +190,7 @@ description = "A high-level Python Web framework that encourages rapid developme
name
=
"django"
optional
=
false
python-versions
=
">
=
3.6
"
version
=
"3.0.
3
"
version
=
"3.0.
4
"
[package.dependencies]
asgiref
=
">
=
3.2
,
<
4.0
"
...
...
@@ -233,6 +246,14 @@ version = "5.9.0"
[package.dependencies]
django-js-asset
=
">
=
1.2
.
2
"
[[package]]
category
=
"main"
description
=
"simple color field for your models with a nice color-picker in the admin-interface."
name
=
"django-colorfield"
optional
=
false
python-versions
=
"*"
version
=
"0.2.1"
[[package]]
category
=
"main"
description
=
"Django live settings with pluggable backends, including Redis."
...
...
@@ -268,7 +289,7 @@ description = "Yet another Django audit log app, hopefully the simplest one."
name
=
"django-easy-audit"
optional
=
false
python-versions
=
"*"
version
=
"1.2.2b
2
"
version
=
"1.2.2b
3
"
[package.dependencies]
beautifulsoup4
=
"*"
...
...
@@ -327,7 +348,7 @@ description = "Django app to allow superusers to impersonate other users."
name
=
"django-impersonate"
optional
=
false
python-versions
=
"*"
version
=
"1.
4.1
"
version
=
"1.
5
"
[[package]]
category
=
"main"
...
...
@@ -421,19 +442,6 @@ six = ">=1.10.0"
[package.extras]
qrcode
=
[
"qrcode"
]
[[package]]
category
=
"main"
description
=
"A django-otp plugin that verifies YubiKey OTP tokens."
name
=
"django-otp-yubikey"
optional
=
false
python-versions
=
"*"
version
=
"0.5.2"
[package.dependencies]
YubiOTP
=
">
=
0.2
.
2
"
django-otp
=
">
=
0.5
.
0
"
six
=
">
=
1.10
.
0
"
[[package]]
category
=
"main"
description
=
"An international phone number field for django models."
...
...
@@ -515,7 +523,7 @@ description = "Select2 option fields for Django"
name
=
"django-select2"
optional
=
false
python-versions
=
"*"
version
=
"7.2.
0
"
version
=
"7.2.
2
"
[package.dependencies]
django
=
">
=
2.2
"
...
...
@@ -561,7 +569,7 @@ description = "Complete Two-Factor Authentication for Django"
name
=
"django-two-factor-auth"
optional
=
false
python-versions
=
"*"
version
=
"1.1
0
.0"
version
=
"1.1
1
.0"
[package.dependencies]
Django
=
">
=
1.11
"
...
...
@@ -570,24 +578,16 @@ django-otp = ">=0.6.0,<0.99"
django-phonenumber-field
=
">
=
1.1
.
0
,
<
3.99
"
qrcode
=
">
=
4.0
.
0
,
<
6.99
"
[package.dependencies.django-otp-yubikey]
optional
=
true
version
=
"*"
[package.dependencies.phonenumbers]
optional
=
true
version
=
">
=
7.0
.
9
,
<
8.99
"
[package.dependencies.twilio]
optional
=
true
version
=
">
=
6.0
"
[package.extras]
Call
=
[
"twilio (>=6.0)"
]
SMS
=
[
"twilio (>=6.0)"
]
YubiKey
=
[
"django-otp-yubikey"
]
call
=
[
"twilio (>=6.0)"
]
phonenumbers
=
[
"phonenumbers (>=7.0.9,<8.99)"
]
phonenumberslite
=
[
"phonenumberslite (>=7.0.9,<8.99)"
]
sms
=
[
"twilio (>=6.0)"
]
yubikey
=
[
"django-otp-yubikey"
]
[[package]]
category
=
"main"
...
...
@@ -595,7 +595,7 @@ description = "Tweak the form field rendering in templates, not in python-level
name
=
"django-widget-tweaks"
optional
=
false
python-versions
=
"*"
version
=
"1.4.
5
"
version
=
"1.4.
8
"
[[package]]
category
=
"main"
...
...
@@ -615,19 +615,13 @@ description = "The dynamic configurator for your Python Project"
name
=
"dynaconf"
optional
=
false
python-versions
=
"*"
version
=
"2.2.
2
"
version
=
"2.2.
3
"
[package.dependencies]
click
=
"
<
=
7.0
"
click
=
"
*
"
python-box
=
"<4.0.0"
python-dotenv
=
"<
=
0.10
.
3
"
[[package.dependencies.toml]]
version
=
"<
=
0.10
.
0
"
[[package.dependencies.toml]]
optional
=
true
version
=
"*"
python-dotenv
=
"*"
toml
=
"*"
[package.dependencies.PyYAML]
optional
=
true
...
...
@@ -664,7 +658,7 @@ description = "Faker is a Python package that generates fake data for you."
name
=
"faker"
optional
=
false
python-versions
=
">
=
3.4
"
version
=
"4.0.
1
"
version
=
"4.0.
2
"
[package.dependencies]
python-dateutil
=
">
=
2.4
"
...
...
@@ -686,6 +680,20 @@ optional = false
python-versions
=
">
=
3.5
"
version
=
"2020.1.16"
[[package]]
category
=
"main"
description
=
"Python icalendar (rfc5545) parser"
name
=
"ics"
optional
=
false
python-versions
=
"*"
version
=
"0.7"
[package.dependencies]
arrow
=
">
=
0.11
,
<
0.15
"
python-dateutil
=
"*"
six
=
">1.5"
tatsu
=
">4.2"
[[package]]
category
=
"main"
description
=
"Internationalized Domain Names in Applications (IDNA)"
...
...
@@ -711,7 +719,7 @@ description = "Python version of Google's common library for parsing, formatting
name
=
"phonenumbers"
optional
=
false
python-versions
=
"*"
version
=
"8.11.
4
"
version
=
"8.11.
5
"
[[package]]
category
=
"main"
...
...
@@ -729,27 +737,6 @@ optional = false
python-versions
=
">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!
=
3.3
.*
"
version
=
"2.8.4"
[[package]]
category
=
"main"
description
=
"Cryptographic library for Python"
name
=
"pycryptodome"
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"3.9.7"
[[package]]
category
=
"main"
description
=
"JSON Web Token implementation in Python"
name
=
"pyjwt"
optional
=
false
python-versions
=
"*"
version
=
"1.7.1"
[package.extras]
crypto
=
[
"cryptography (>=1.4)"
]
flake8
=
[
"flake8"
,
"flake8-import-order"
,
"pep8-naming"
]
test
=
[
"pytest (>=4.0.1,<5.0.0)"
,
"pytest-cov (>=2.6.0,<3.0.0)"
,
"pytest-runner (>=4.2,<5.0.0)"
]
[[package]]
category
=
"main"
description
=
"Advanced Python dictionaries with dot notation access"
...
...
@@ -778,7 +765,7 @@ description = "Add .env support to your django/flask apps in development and dep
name
=
"python-dotenv"
optional
=
false
python-versions
=
"*"
version
=
"0.1
0.3
"
version
=
"0.1
2.0
"
[package.extras]
cli
=
[
"click (>=5.0)"
]
...
...
@@ -868,7 +855,18 @@ description = "Non-validating SQL parser"
name
=
"sqlparse"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"0.3.0"
version
=
"0.3.1"
[[package]]
category
=
"main"
description
=
"TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python."
name
=
"tatsu"
optional
=
false
python-versions
=
"*"
version
=
"4.4.0"
[package.extras]
future-regex
=
[
"regex"
]
[[package]]
category
=
"main"
...
...
@@ -897,23 +895,6 @@ version = "4.43.0"
[package.extras]
dev
=
[
"py-make (>=0.1.0)"
,
"twine"
,
"argopt"
,
"pydoc-markdown"
]
[[package]]
category
=
"main"
description
=
"Twilio API client and TwiML generator"
name
=
"twilio"
optional
=
false
python-versions
=
"*"
version
=
"6.35.5"
[package.dependencies]
PyJWT
=
">
=
1.4
.
2
"
pytz
=
"*"
six
=
"*"
[package.dependencies.requests]
python
=
">
=
3.0
"
version
=
">
=
2.0
.
0
"
[[package]]
category
=
"main"
description
=
"HTTP library with thread-safe connection pooling, file post, and more."
...
...
@@ -927,27 +908,19 @@ brotli = ["brotlipy (>=0.6.0)"]
secure
=
[
"pyOpenSSL (>=0.14)"
,
"cryptography (>=1.3.4)"
,
"idna (>=2.0.0)"
,
"certifi"
,
"ipaddress"
]
socks
=
[
"PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"
]
[[package]]
category
=
"main"
description
=
"A library for verifying YubiKey OTP tokens, both locally and through a Yubico web service."
name
=
"yubiotp"
optional
=
false
python-versions
=
"*"
version
=
"0.2.2.post1"
[package.dependencies]
pycryptodome
=
"*"
six
=
"*"
[metadata]
content-hash
=
"
2
b1
e8c5d8a499199e0ea131bc709f41131b4db1eaaa66d818d4024d8d9bc72c3
"
content-hash
=
"b1
cae505548448317955d889851fa4638efcd3d93a108768f0475b50fe0b477d
"
python-versions
=
"^3.7"
[metadata.files]
aleksis
=
[]
arrow
=
[
{file
=
"arrow-0.14.7-py2.py3-none-any.whl"
,
hash
=
"sha256:4bfacea734ead51495dc47df00421ecfd4ca1f2c0fbe58b9a26eaeddedc31caf"
}
,
{file
=
"arrow-0.14.7.tar.gz"
,
hash
=
"sha256:67f8be7c0cf420424bc62d8d7dc40b44e4bb2f7b515f9cc2954fb36e35797656"
}
,
]
asgiref
=
[
{file
=
"asgiref-3.2.
3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
ea448f92fc35a0ef4b1508f53a04c4670255a3f33d22a81c8fc9c872036adbe5
"
}
,
{file
=
"asgiref-3.2.
3
.tar.gz"
,
hash
=
"sha256:
7e06d934a7718bf3975acbf87780ba678957b87c7adc056f13b6215d610695a0
"
}
,
{file
=
"asgiref-3.2.
5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
3e4192eaec0758b99722f0b0666d5fbfaa713054d92e8de5b58ba84ec5ce696f
"
}
,
{file
=
"asgiref-3.2.
5
.tar.gz"
,
hash
=
"sha256:
c8f49dd3b42edcc51d09dd2eea8a92b3cfc987ff7e6486be734b4d0cbfd5d315
"
}
,
]
babel
=
[
{file
=
"Babel-2.8.0-py2.py3-none-any.whl"
,
hash
=
"sha256:d670ea0b10f8b723672d3a6abeb87b565b244da220d76b4dba1b66269ec152d4"
}
,
...
...
@@ -971,8 +944,8 @@ chardet = [
{file
=
"chardet-3.0.4.tar.gz"
,
hash
=
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
}
,
]
click
=
[
{file
=
"
C
lick-7.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
2335065e6395b9e67ca7
16
d
e5
f7526736bfa6ceead690adf616d925bdc622b13
"
}
,
{file
=
"
C
lick-7.
0
.tar.gz"
,
hash
=
"sha256:
5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
"
}
,
{file
=
"
c
lick-7.
1.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
e345d143d80bf5ee7534056
16
4
e5
e112ea5e22716bbb1ce727941f4c8b471b9a
"
}
,
{file
=
"
c
lick-7.
1.1
.tar.gz"
,
hash
=
"sha256:
8a18b4ea89d8820c5d0c7da8a64b2c324b4dabb695804dbfea19b9be9d88c0cc
"
}
,
]
colorama
=
[
{file
=
"colorama-0.4.3-py2.py3-none-any.whl"
,
hash
=
"sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"
}
,
...
...
@@ -986,8 +959,8 @@ configobj = [
{file
=
"configobj-5.0.6.tar.gz"
,
hash
=
"sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
}
,
]
django
=
[
{file
=
"Django-3.0.
3
-py3-none-any.whl"
,
hash
=
"sha256:
c91c91a7ad6ef67a874a4f76f58ba534f9208412692a840e1d125eb5c279cb0a
"
}
,
{file
=
"Django-3.0.
3
.tar.gz"
,
hash
=
"sha256:
2f1ba1db8648484dd5c238fb62504777b7ad090c81c5f1fd8d5eb5ec21b5f283
"
}
,
{file
=
"Django-3.0.
4
-py3-none-any.whl"
,
hash
=
"sha256:
89e451bfbb815280b137e33e454ddd56481fdaa6334054e6e031041ee1eda360
"
}
,
{file
=
"Django-3.0.
4
.tar.gz"
,
hash
=
"sha256:
50b781f6cbeb98f673aa76ed8e572a019a45e52bdd4ad09001072dfd91ab07c8
"
}
,
]
django-any-js
=
[
{file
=
"django-any-js-1.0.3.post0.tar.gz"
,
hash
=
"sha256:1da88b44b861b0f54f6b8ea0eb4c7c4fa1a5772e9a4320532cd4e0871a4e23f7"
}
,
...
...
@@ -1004,6 +977,10 @@ django-ckeditor = [
{file
=
"django-ckeditor-5.9.0.tar.gz"
,
hash
=
"sha256:e4d112851a72c5bf8b586e1c674d34084cab16d28f2553ad15cc770d1e9639c7"
}
,
{file
=
"django_ckeditor-5.9.0-py2.py3-none-any.whl"
,
hash
=
"sha256:71c3c7bb46b0cbfb9712ef64af0d2a406eab233f44ecd7c42c24bdfa39ae3bde"
}
,
]
django-colorfield
=
[
{file
=
"django-colorfield-0.2.1.tar.gz"
,
hash
=
"sha256:2a20722384a1703ff9b91a395de6e2649a8786161f8baff4d21998ba839f9017"
}
,
{file
=
"django_colorfield-0.2.1-py2-none-any.whl"
,
hash
=
"sha256:c22c9cdae8608432adcde09d6e9e05dd4c498207e1cda0ab8fba0ab3ceb85dcd"
}
,
]
django-constance
=
[
{file
=
"django-constance-2.6.0.tar.gz"
,
hash
=
"sha256:12d827f9d5552ee39884fb6fb356f231f32b1ab8958acc715e3d1a6ecf913653"
}
,
]
...
...
@@ -1012,8 +989,8 @@ django-debug-toolbar = [
{file
=
"django_debug_toolbar-2.2-py3-none-any.whl"
,
hash
=
"sha256:ff94725e7aae74b133d0599b9bf89bd4eb8f5d2c964106e61d11750228c8774c"
}
,
]
django-easy-audit
=
[
{file
=
"django-easy-audit-1.2.2b
2
.tar.gz"
,
hash
=
"sha256:
73b19942999803c0303b35cf303863198897ec84dc10edcb7c967363a64a92dd
"
}
,
{file
=
"django_easy_audit-1.2.2b
2
-py3-none-any.whl"
,
hash
=
"sha256:
865af8e2b6f615bcc3ec52a28503aa87d577965d3e1b304d7eb3ed337a319ee9
"
}
,
{file
=
"django-easy-audit-1.2.2b
3
.tar.gz"
,
hash
=
"sha256:
ad2a40ee3eb60af344d4617714a9a6972e7f5eea734dc6f58cbde4451bd565db
"
}
,
{file
=
"django_easy_audit-1.2.2b
3
-py3-none-any.whl"
,
hash
=
"sha256:
a0bbbd827ca0a56d9f67efeed348d41ac1123aa7b19c7344a0be3e0ba60fa81e
"
}
,
]
django-filter
=
[
{file
=
"django-filter-2.2.0.tar.gz"
,
hash
=
"sha256:c3deb57f0dd7ff94d7dce52a047516822013e2b441bed472b722a317658cfd14"
}
,
...
...
@@ -1031,7 +1008,7 @@ django-image-cropping = [
{file
=
"django-image-cropping-1.3.0.tar.gz"
,
hash
=
"sha256:5c102d87bc66de025517ad06e485c100f73313ebf725e7482a728944276f6463"
}
,
]
django-impersonate
=
[
{file
=
"django-impersonate-1.
4.1
.tar.gz"
,
hash
=
"sha256:
63b62d06f93b0318698c68f7314c78473914c262d4164eb66ad860bb83e04771
"
}
,
{file
=
"django-impersonate-1.
5
.tar.gz"
,
hash
=
"sha256:
2c10bcb1c42fe6495d915f4cc4cfd7c5f8375ba39a06b0f062ce6f1e2ff76585
"
}
,
]
django-ipware
=
[
{file
=
"django-ipware-2.1.0.tar.gz"
,
hash
=
"sha256:a7c7a8fd019dbdc9c357e6e582f65034e897572fc79a7e467674efa8aef9d00b"
}
,
...
...
@@ -1065,10 +1042,6 @@ django-otp = [
{file
=
"django-otp-0.7.5.tar.gz"
,
hash
=
"sha256:1f16c2b93fe484706ff16ac6f5e64ecc73dd240318c333e0560384ba548d3837"
}
,
{file
=
"django_otp-0.7.5-py2.py3-none-any.whl"
,
hash
=
"sha256:cd4975539be478417033561e9832a1a69a583189f680e92a649f412c661f90aa"
}
,
]
django-otp-yubikey
=
[
{file
=
"django-otp-yubikey-0.5.2.tar.gz"
,
hash
=
"sha256:f0b1881562fb42ee9f12c28d284cbdb90d1f0383f2d53a595373b080a19bc261"
}
,
{file
=
"django_otp_yubikey-0.5.2-py2.py3-none-any.whl"
,
hash
=
"sha256:26b12c763b37e99b95b8b8a54d06d8d54c3774eb26133a452f54558033de732b"
}
,
]
django-phonenumber-field
=
[
{file
=
"django-phonenumber-field-3.0.1.tar.gz"
,
hash
=
"sha256:794ebbc3068a7af75aa72a80cb0cec67e714ff8409a965968040f1fd210b2d97"
}
,
{file
=
"django_phonenumber_field-3.0.1-py3-none-any.whl"
,
hash
=
"sha256:1ab19f723928582fed412bd9844221fa4ff466276d8526b8b4a9913ee1487c5e"
}
,
...
...
@@ -1092,8 +1065,8 @@ django-sass-processor = [
{file
=
"django-sass-processor-0.8.tar.gz"
,
hash
=
"sha256:e039551994feaaba6fcf880412b25a772dd313162a34cbb4289814988cfae340"
}
,
]
django-select2
=
[
{file
=
"django-select2-7.2.
0
.tar.gz"
,
hash
=
"sha256:
4c531cb7e9eb4152c7e5f8ab83be386f46978b3d80e91e55ad1fb46382222a0b
"
}
,
{file
=
"django_select2-7.2.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
d17bb0e64503a7e52ba405f73a187664906cefda5f1c33971c67ab0b3891e91c
"
}
,
{file
=
"django-select2-7.2.
2
.tar.gz"
,
hash
=
"sha256:
baa7f2fbc168c938390d7a58222814239f1033053d2273f2c0e3c2dc1ec01f5c
"
}
,
{file
=
"django_select2-7.2.
2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
2569536066ea7f366b088bdcb76202b5b744576db708bd65254339522d7f68ce
"
}
,
]
django-settings-context-processor
=
[
{file
=
"django-settings-context-processor-0.2.tar.gz"
,
hash
=
"sha256:d37c853d69a3069f5abbf94c7f4f6fc0fac38bbd0524190cd5a250ba800e496a"
}
,
...
...
@@ -1106,26 +1079,26 @@ django-templated-email = [
{file
=
"django-templated-email-2.3.0.tar.gz"
,
hash
=
"sha256:536c4e5ae099eabfb9aab36087d4d7799948c654e73da55a744213d086d5bb33"
}
,
]
django-two-factor-auth
=
[
{file
=
"django-two-factor-auth-1.1
0
.0.tar.gz"
,
hash
=
"sha256:
3c3af3cd747462be18e7494c4068a2bdc606d7a2d2b2914f8d4590fc80995a71
"
}
,
{file
=
"django_two_factor_auth-1.1
0
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
0945260fa84e4522d8fa951c35e401616579fd8564938441614399dc588a1c
1f"
}
,
{file
=
"django-two-factor-auth-1.1
1
.0.tar.gz"
,
hash
=
"sha256:
637bd96e76907d044206c3b038bf4b5eb4769e9e3a4718da755fafc97db38b26
"
}
,
{file
=
"django_two_factor_auth-1.1
1
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
f1835e5368448d1b3d826ce7a36c590b3e39cd536523d372cfc5f9fbdc973
1f
4
"
}
,
]
django-widget-tweaks
=
[
{file
=
"django-widget-tweaks-1.4.
5
.tar.gz"
,
hash
=
"sha256:
f2e2c9c9be1ccc59061e248dcc2144f4906d594abe1a563902f4bdf6aa14e432
"
}
,
{file
=
"django_widget_tweaks-1.4.
5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
65c960f3d75008a285e4b10f4d21f9eae4160fd77a0f6097ad545185f8648bd
6"
}
,
{file
=
"django-widget-tweaks-1.4.
8
.tar.gz"
,
hash
=
"sha256:
9f91ca4217199b7671971d3c1f323a2bec71a0c27dec6260b3c006fa541bc489
"
}
,
{file
=
"django_widget_tweaks-1.4.
8
-py2.py3-none-any.whl"
,
hash
=
"sha256:
f80bff4a8a59b278bb277a405a76a8b9a884e4bae7a6c70e78a39c626cd1c83
6"
}
,
]
django-yarnpkg
=
[
{file
=
"django-yarnpkg-6.0.1.tar.gz"
,
hash
=
"sha256:aa059347b246c6f242401581d2c129bdcb45aa726be59fe2f288762a9843348a"
}
,
]
dynaconf
=
[
{file
=
"dynaconf-2.2.
2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
3cfc1ad7efae08b9cf91d81043a3230175e74e01157d875ce5ec6709bf4e6b9d
"
}
,
{file
=
"dynaconf-2.2.
2
.tar.gz"
,
hash
=
"sha256:
4bac78b432e090d8ed66f1c23fb32e03ca91a590bf0a51ac36137e0e45ac31ca
"
}
,
{file
=
"dynaconf-2.2.
3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
e803cdab2d7addd539c4ee8d121f15ab0b63a83a5b723150e1746aa7e8063adb
"
}
,
{file
=
"dynaconf-2.2.
3
.tar.gz"
,
hash
=
"sha256:
26b84f2b234a203f6005463d954c9f007181c09345eaaab3fc38503acbdadc7d
"
}
,
]
easy-thumbnails
=
[
{file
=
"easy-thumbnails-2.7.tar.gz"
,
hash
=
"sha256:e4e7a0dd4001f56bfd4058428f2c91eafe27d33ef3b8b33ac4e013b159b9ff91"
}
,
]
faker
=
[
{file
=
"Faker-4.0.
1
-py3-none-any.whl"
,
hash
=
"sha256:
ee24608768549c2c69e593e9d7a3b53c9498ae735534243ec8390cae5d529f8b
"
}
,
{file
=
"Faker-4.0.
1
.tar.gz"
,
hash
=
"sha256:
440d68fe0e46c1658b1975b2497abe0c24a7f772e3892253f31e713ffcc48965
"
}
,
{file
=
"Faker-4.0.
2
-py3-none-any.whl"
,
hash
=
"sha256:
b89aa33837498498e15c709eb40c31386408a901a53c7a5e12a425737a767976
"
}
,
{file
=
"Faker-4.0.
2
.tar.gz"
,
hash
=
"sha256:
2d3f866ef25e1a5af80e7b0ceeacc3c92dec5d0fdbad3e2cb6adf6e60b22188f
"
}
,
]
feedparser
=
[
{file
=
"feedparser-5.2.1.tar.bz2"
,
hash
=
"sha256:ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02"
}
,
...
...
@@ -1136,6 +1109,10 @@ html2text = [
{file
=
"html2text-2020.1.16-py3-none-any.whl"
,
hash
=
"sha256:c7c629882da0cf377d66f073329ccf34a12ed2adf0169b9285ae4e63ef54c82b"
}
,
{file
=
"html2text-2020.1.16.tar.gz"
,
hash
=
"sha256:e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb"
}
,
]
ics
=
[
{file
=
"ics-0.7-py2.py3-none-any.whl"
,
hash
=
"sha256:bf5fbdef6e1e073afdadf1b996f0271186dd114a148e38e795919a1ae644d6ac"
}
,
{file
=
"ics-0.7-py3.7.egg"
,
hash
=
"sha256:3b606205b9582ad27dff77f9b227a30d02fdac532731927fe39df1f1ddf8673f"
}
,
]
idna
=
[
{file
=
"idna-2.9-py2.py3-none-any.whl"
,
hash
=
"sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"
}
,
{file
=
"idna-2.9.tar.gz"
,
hash
=
"sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"
}
,
...
...
@@ -1159,8 +1136,8 @@ libsass = [
{file
=
"libsass-0.19.4.tar.gz"
,
hash
=
"sha256:8b5b6d1a7c4ea1d954e0982b04474cc076286493f6af2d0a13c2e950fbe0be95"
}
,
]
phonenumbers
=
[
{file
=
"phonenumbers-8.11.
4
-py2.py3-none-any.whl"
,
hash
=
"sha256:
9ca4332425ae4f4d1e7925bbf98ef9446755b59a903ae6a63cf4fb19adcd168b
"
}
,
{file
=
"phonenumbers-8.11.
4
.tar.gz"
,
hash
=
"sha256:
685e81ac131fea8dbd71b7769d2ac480c9fe9d5a45838e8546f5de9910670e8e
"
}
,
{file
=
"phonenumbers-8.11.
5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
675e4f7f2f5851d3139e8a038d2f1f491a858184f6cf069a52626cd303ba54aa
"
}
,
{file
=
"phonenumbers-8.11.
5
.tar.gz"
,
hash
=
"sha256:
a08f1843dba5e35f7d01b804be6c8fa438567128bcd5e75945dcc7d5f486846c
"
}
,
]
pillow
=
[
{file
=
"Pillow-7.0.0-cp35-cp35m-macosx_10_6_intel.whl"
,
hash
=
"sha256:5f3546ceb08089cedb9e8ff7e3f6a7042bb5b37c2a95d392fb027c3e53a2da00"
}
,
...
...
@@ -1201,42 +1178,6 @@ psycopg2 = [
{file
=
"psycopg2-2.8.4-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:92a07dfd4d7c325dd177548c4134052d4842222833576c8391aab6f74038fc3f"
}
,
{file
=
"psycopg2-2.8.4.tar.gz"
,
hash
=
"sha256:f898e5cc0a662a9e12bde6f931263a1bbd350cfb18e1d5336a12927851825bb6"
}
,
]
pycryptodome
=
[
{file
=
"pycryptodome-3.9.7-cp27-cp27m-macosx_10_6_intel.whl"
,
hash
=
"sha256:0e10f352ccbbcb5bb2dc4ecaf106564e65702a717d72ab260f9ac4c19753cfc2"
}
,
{file
=
"pycryptodome-3.9.7-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:9c739b7795ccf2ef1fdad8d44e539a39ad300ee6786e804ea7f0c6a786eb5343"
}
,
{file
=
"pycryptodome-3.9.7-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:9977086e0f93adb326379897437373871b80501e1d176fec63c7f46fb300c862"
}
,
{file
=
"pycryptodome-3.9.7-cp27-cp27m-win32.whl"
,
hash
=
"sha256:83295a3fb5cf50c48631eb5b440cb5e9832d8c14d81d1d45f4497b67a9987de8"
}
,
{file
=
"pycryptodome-3.9.7-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:b1e332587b3b195542e77681389c296e1837ca01240399d88803a075447d3557"
}
,
{file
=
"pycryptodome-3.9.7-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:9378c309aec1f8cd8bad361ed0816a440151b97a2a3f6ffdaba1d1a1fb76873a"
}
,
{file
=
"pycryptodome-3.9.7-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:d4f94368ce2d65873a87ad867eb3bf63f4ba81eb97a9ee66d38c2b71ce5a7439"
}
,
{file
=
"pycryptodome-3.9.7-cp34-cp34m-manylinux1_i686.whl"
,
hash
=
"sha256:f655addaaaa9974108d4808f4150652589cada96074c87115c52e575bfcd87d5"
}
,
{file
=
"pycryptodome-3.9.7-cp34-cp34m-manylinux1_x86_64.whl"
,
hash
=
"sha256:9a94fca11fdc161460bd8659c15b6adef45c1b20da86402256eaf3addfaab324"
}
,
{file
=
"pycryptodome-3.9.7-cp35-cp35m-macosx_10_6_intel.whl"
,
hash
=
"sha256:ea83bcd9d6c03248ebd46e71ac313858e0afd5aa2fa81478c0e653242f3eb476"
}
,
{file
=
"pycryptodome-3.9.7-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:07024fc364869eae8d6ac0d316e089956e6aeffe42dbdcf44fe1320d96becf7f"
}
,
{file
=
"pycryptodome-3.9.7-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:426c188c83c10df71f053e04b4003b1437bae5cb37606440e498b00f160d71d0"
}
,
{file
=
"pycryptodome-3.9.7-cp35-cp35m-win32.whl"
,
hash
=
"sha256:d61b012baa8c2b659e9890011358455c0019a4108536b811602d2f638c40802a"
}
,
{file
=
"pycryptodome-3.9.7-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:1f4752186298caf2e9ff5354f2e694d607ca7342aa313a62005235d46e28cf04"
}
,
{file
=
"pycryptodome-3.9.7-cp36-cp36m-macosx_10_6_intel.whl"
,
hash
=
"sha256:767ad0fb5d23efc36a4d5c2fc608ac603f3de028909bcf59abc943e0d0bc5a36"
}
,
{file
=
"pycryptodome-3.9.7-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:2fbc472e0b567318fe2052281d5a8c0ae70099b446679815f655e9fbc18c3a65"
}
,
{file
=
"pycryptodome-3.9.7-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:9230fcb5d948c3fb40049bace4d33c5d254f8232c2c0bba05d2570aea3ba4520"
}
,
{file
=
"pycryptodome-3.9.7-cp36-cp36m-win32.whl"
,
hash
=
"sha256:8f06556a8f7ea7b1e42eff39726bb0dca1c251205debae64e6eebea3cd7b438a"
}
,
{file
=
"pycryptodome-3.9.7-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:d6e1bc5c94873bec742afe2dfadce0d20445b18e75c47afc0c115b19e5dd38dd"
}
,
{file
=
"pycryptodome-3.9.7-cp37-cp37m-macosx_10_6_intel.whl"
,
hash
=
"sha256:3ec3dc2f80f71fd0c955ce48b81bfaf8914c6f63a41a738f28885a1c4892968a"
}
,
{file
=
"pycryptodome-3.9.7-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:cff31f5a8977534f255f729d5d2467526f2b10563a30bbdade92223e0bf264bd"
}
,
{file
=
"pycryptodome-3.9.7-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:ed5761b37615a1f222c5345bbf45272ae2cf8c7dff88a4f53a1e9f977cbb6d95"
}
,
{file
=
"pycryptodome-3.9.7-cp37-cp37m-win32.whl"
,
hash
=
"sha256:f011cd0062e54658b7086a76f8cf0f4222812acc66e219e196ea2d0a8849d0ed"
}
,
{file
=
"pycryptodome-3.9.7-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:626c0a1d4d83ec6303f970a17158114f75c3ba1736f7f2983f7b40a265861bd8"
}
,
{file
=
"pycryptodome-3.9.7-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:8be56bde3312e022d9d1d6afa124556460ad5c844c2fc63642f6af723c098d35"
}
,
{file
=
"pycryptodome-3.9.7-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:c818dc1f3eace93ee50c2b6b5c2becf7c418fa5dd1ba6fc0ef7db279ea21d5e4"
}
,
{file
=
"pycryptodome-3.9.7-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:09b6d6bcc01a4eb1a2b4deeff5aa602a108ec5aed8ac75ae554f97d1d7f0a5ad"
}
,
{file
=
"pycryptodome-3.9.7-cp38-cp38-win32.whl"
,
hash
=
"sha256:7ac729d9091ed5478af2b4a4f44f5335a98febbc008af619e4569a59fe503e40"
}
,
{file
=
"pycryptodome-3.9.7-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:c109a26a21f21f695d369ff9b87f5d43e0d6c768d8384e10bc74142bed2e092e"
}
,
{file
=
"pycryptodome-3.9.7.tar.gz"
,
hash
=
"sha256:f1add21b6d179179b3c177c33d18a2186a09cc0d3af41ff5ed3f377360b869f2"
}
,
]
pyjwt
=
[
{file
=
"PyJWT-1.7.1-py2.py3-none-any.whl"
,
hash
=
"sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e"
}
,
{file
=
"PyJWT-1.7.1.tar.gz"
,
hash
=
"sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96"
}
,
]
python-box
=
[
{file
=
"python-box-3.4.6.tar.gz"
,
hash
=
"sha256:694a7555e3ff9fbbce734bbaef3aad92b8e4ed0659d3ed04d56b6a0a0eff26a9"
}
,
{file
=
"python_box-3.4.6-py2.py3-none-any.whl"
,
hash
=
"sha256:a71d3dc9dbaa34c8597d3517c89a8041bd62fa875f23c0f3dad55e1958e3ce10"
}
,
...
...
@@ -1246,8 +1187,8 @@ python-dateutil = [
{file
=
"python_dateutil-2.8.1-py2.py3-none-any.whl"
,
hash
=
"sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"
}
,
]
python-dotenv
=
[
{file
=
"python-dotenv-0.1
0.3
.tar.gz"
,
hash
=
"sha256:
f157d71d5fec9d4bd5f51c82746b6344dffa680ee85217c123f4a0c8117c4544
"
}
,
{file
=
"python_dotenv-0.1
0.3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
debd928b49dbc2bf68040566f55cdb3252458036464806f4094487244e2a4093
"
}
,
{file
=
"python-dotenv-0.1
2.0
.tar.gz"
,
hash
=
"sha256:
92b3123fb2d58a284f76cc92bfe4ee6c502c32ded73e8b051c4f6afc8b6751ed
"
}
,
{file
=
"python_dotenv-0.1
2.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
81822227f771e0cab235a2939f0f265954ac4763cafd806d845801c863bf372f
"
}
,
]
python-memcached
=
[
{file
=
"python-memcached-1.59.tar.gz"
,
hash
=
"sha256:a2e28637be13ee0bf1a8b6843e7490f9456fd3f2a4cb60471733c7b5d5557e4f"
}
,
...
...
@@ -1287,8 +1228,12 @@ soupsieve = [
{file
=
"soupsieve-2.0.tar.gz"
,
hash
=
"sha256:e914534802d7ffd233242b785229d5ba0766a7f487385e3f714446a07bf540ae"
}
,
]
sqlparse
=
[
{file
=
"sqlparse-0.3.0-py2.py3-none-any.whl"
,
hash
=
"sha256:40afe6b8d4b1117e7dff5504d7a8ce07d9a1b15aeeade8a2d10f130a834f8177"
}
,
{file
=
"sqlparse-0.3.0.tar.gz"
,
hash
=
"sha256:7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873"
}
,
{file
=
"sqlparse-0.3.1-py2.py3-none-any.whl"
,
hash
=
"sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e"
}
,
{file
=
"sqlparse-0.3.1.tar.gz"
,
hash
=
"sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548"
}
,
]
tatsu
=
[
{file
=
"TatSu-4.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:c9211eeee9a2d4c90f69879ec0b518b1aa0d9450249cb0dd181f5f5b18be0a92"
}
,
{file
=
"TatSu-4.4.0.zip"
,
hash
=
"sha256:80713413473a009f2081148d0f494884cabaf9d6866b71f2a68a92b6442f343d"
}
,
]
text-unidecode
=
[
{file
=
"text-unidecode-1.3.tar.gz"
,
hash
=
"sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"
}
,
...
...
@@ -1303,14 +1248,7 @@ tqdm = [
{file
=
"tqdm-4.43.0-py2.py3-none-any.whl"
,
hash
=
"sha256:0d8b5afb66e23d80433102e9bd8b5c8b65d34c2a2255b2de58d97bd2ea8170fd"
}
,
{file
=
"tqdm-4.43.0.tar.gz"
,
hash
=
"sha256:f35fb121bafa030bd94e74fcfd44f3c2830039a2ddef7fc87ef1c2d205237b24"
}
,
]
twilio
=
[
{file
=
"twilio-6.35.5.tar.gz"
,
hash
=
"sha256:d326f4ba5b215b283f127749f38401bdd551746a53f8fb4853b5f47e616370f8"
}
,
]
urllib3
=
[
{file
=
"urllib3-1.25.8-py2.py3-none-any.whl"
,
hash
=
"sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc"
}
,
{file
=
"urllib3-1.25.8.tar.gz"
,
hash
=
"sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc"
}
,
]
yubiotp
=
[
{file
=
"YubiOTP-0.2.2.post1-py2.py3-none-any.whl"
,
hash
=
"sha256:7e281801b24678f4bda855ce8ab975a7688a912f5a6cb22b6c2b16263a93cbd2"
}
,
{file
=
"YubiOTP-0.2.2.post1.tar.gz"
,
hash
=
"sha256:de83b1560226e38b5923f6ab919f962c8c2abb7c722104cb45b2b6db2ac86e40"
}
,
]
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
b4cf1e8e
...
...
@@ -23,6 +23,7 @@ classifiers = [
python
=
"^3.7"
AlekSIS
=
{
path
=
"../../.."
}
feedparser
=
"^5.2.1"
ics
=
"^0.7"
[build-system]
requires
=
["poetry>
=
1.0
"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment