Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Alsijil
Commits
c3ffdaae
Verified
Commit
c3ffdaae
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Update poetry.lock
parent
02cd44ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
poetry.lock
+191
-38
191 additions, 38 deletions
poetry.lock
with
191 additions
and
38 deletions
poetry.lock
+
191
−
38
View file @
c3ffdaae
[[package]]
category
=
"main"
description
=
""
develop
=
true
name
=
"aleksis"
optional
=
false
python-versions
=
"^3.7"
...
...
@@ -9,8 +10,11 @@ version = "1.0a4.dev0"
[package.dependencies]
Django
=
"^3.0"
Pillow
=
"^7.0"
calendarweek
=
"^0.4.3"
colour
=
"^0.1.5"
django-any-js
=
"^1.0"
django-bootstrap4
=
"^1.0"
django-ckeditor
=
"^5.8.0"
django-debug-toolbar
=
"^2.0"
django-easy-audit
=
"^1.2rc1"
django-filter
=
"^2.2.0"
...
...
@@ -18,18 +22,23 @@ django-hattori = "^0.2"
django-image-cropping
=
"^1.2"
django-impersonate
=
"^1.4"
django-ipware
=
"^2.1"
django-js-reverse
=
"^0.9.1"
django-jsonstore
=
"^0.4.1"
django-maintenance-mode
=
"^0.14.0"
django-material
=
"^1.6.0"
django-menu-generator
=
"^1.0.4"
django-middleware-global-request
=
"^0.1.2"
django-pwa
=
"^1.0.6"
django-polymorphic
=
"^2.1.2"
django-pwa
=
"rev 67cf917a081df3116968f684ebb28e4c076b2b50"
django-sass-processor
=
"^0.8"
django-settings-context-processor
=
"^0.2"
django-tables2
=
"^2.1"
django-templated-email
=
"^2.3.0"
django-yarnpkg
=
"^6.0"
django_select2
=
"^7.1"
django_widget_tweaks
=
"^1.4.5"
easy-thumbnails
=
"^2.6"
html2text
=
"^2020.0.0"
libsass
=
"^0.19.2"
psycopg2
=
"^2.8"
python-memcached
=
"^1.59"
...
...
@@ -37,7 +46,7 @@ requests = "^2.22"
[package.dependencies.django-constance]
extras
=
[
"database"
]
version
=
"
rev 590fa02eb30e377da0eda5cc3a84254b839176a7
"
version
=
"
^2.6.0
"
[package.dependencies.django-phonenumber-field]
extras
=
[
"phonenumbers"
]
...
...
@@ -52,6 +61,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)"
]
ldap
=
[
"django-auth-ldap (^2.0)"
]
[package.source]
...
...
@@ -62,6 +72,7 @@ url = "../../.."
[[package]]
category
=
"main"
description
=
""
develop
=
true
name
=
"aleksis-app-chronos"
optional
=
false
python-versions
=
"^3.7"
...
...
@@ -69,6 +80,7 @@ version = "1.0a4dev0"
[package.dependencies]
AlekSIS
=
"*"
calendarweek
=
"^0.4.4"
[package.source]
reference
=
""
...
...
@@ -112,6 +124,17 @@ soupsieve = ">=1.2"
html5lib
=
[
"html5lib"
]
lxml
=
[
"lxml"
]
[[package]]
category
=
"main"
description
=
"Utilities for working with calendar weeks in Python and Django"
name
=
"calendarweek"
optional
=
false
python-versions
=
">
=
3.7
,
<
4.0
"
version
=
"0.4.5"
[package.extras]
django
=
[
"Django (>=2.2,<4.0)"
]
[[package]]
category
=
"main"
description
=
"Python package for providing Mozilla's CA Bundle."
...
...
@@ -207,6 +230,17 @@ version = "1.0.3"
django
=
"*"
six
=
"*"
[[package]]
category
=
"main"
description
=
"Bootstrap support for Django projects"
name
=
"django-bootstrap4"
optional
=
false
python-versions
=
"*"
version
=
"1.1.1"
[package.dependencies]
beautifulsoup4
=
"*"
[[package]]
category
=
"main"
description
=
"Bulk update using one query over Django ORM."
...
...
@@ -218,13 +252,24 @@ version = "2.2.0"
[package.dependencies]
Django
=
">
=
1.8
"
[[package]]
category
=
"main"
description
=
"Django admin CKEditor integration."
name
=
"django-ckeditor"
optional
=
false
python-versions
=
"*"
version
=
"5.9.0"
[package.dependencies]
django-js-asset
=
">
=
1.2
.
2
"
[[package]]
category
=
"main"
description
=
"Django live settings with pluggable backends, including Redis."
name
=
"django-constance"
optional
=
false
python-versions
=
"*"
version
=
"2.
5
.0"
version
=
"2.
6
.0"
[package.dependencies]
[package.dependencies.django-picklefield]
...
...
@@ -235,10 +280,6 @@ version = "*"
database
=
[
"django-picklefield"
]
redis
=
[
"redis"
]
[package.source]
reference
=
"590fa02eb30e377da0eda5cc3a84254b839176a7"
type
=
"git"
url
=
"https://github.com/jazzband/django-constance"
[[package]]
category
=
"main"
description
=
"A configurable set of panels that display various debug information about the current request/response."
...
...
@@ -257,7 +298,7 @@ description = "Yet another Django audit log app, hopefully the simplest one."
name
=
"django-easy-audit"
optional
=
false
python-versions
=
"*"
version
=
"1.2rc1"
version
=
"1.2
.1
rc1"
[package.dependencies]
beautifulsoup4
=
"*"
...
...
@@ -326,6 +367,37 @@ optional = false
python-versions
=
"*"
version
=
"2.1.0"
[[package]]
category
=
"main"
description
=
"script tag with additional attributes for django.forms.Media"
name
=
"django-js-asset"
optional
=
false
python-versions
=
"*"
version
=
"1.2.2"
[[package]]
category
=
"main"
description
=
"Javascript url handling for Django that doesn't hurt."
name
=
"django-js-reverse"
optional
=
false
python-versions
=
"*"
version
=
"0.9.1"
[package.dependencies]
Django
=
">
=
1.5
"
[[package]]
category
=
"main"
description
=
"Expose JSONField data as a virtual django model fields."
name
=
"django-jsonstore"
optional
=
false
python-versions
=
"*"
version
=
"0.4.1"
[package.dependencies]
Django
=
">
=
1.11
"
six
=
"*"
[[package]]
category
=
"main"
description
=
"django-maintenance-mode shows a 503 error page when maintenance-mode is on."
...
...
@@ -418,7 +490,7 @@ description = "Pickled object field for Django"
name
=
"django-picklefield"
optional
=
false
python-versions
=
"*"
version
=
"2.
0
"
version
=
"2.
1.1
"
[package.dependencies]
Django
=
">
=
1.11
"
...
...
@@ -426,6 +498,17 @@ Django = ">=1.11"
[package.extras]
tests
=
[
"tox"
]
[[package]]
category
=
"main"
description
=
"Seamless polymorphic inheritance for Django models"
name
=
"django-polymorphic"
optional
=
false
python-versions
=
"*"
version
=
"2.1.2"
[package.dependencies]
Django
=
">
=
1.11
"
[[package]]
category
=
"main"
description
=
"A Django app to include a manifest.json and Service Worker instance to enable progressive web app behavior"
...
...
@@ -437,6 +520,21 @@ version = "1.0.6"
[package.dependencies]
django
=
">
=
1.8
"
[package.source]
reference
=
"67cf917a081df3116968f684ebb28e4c076b2b50"
type
=
"git"
url
=
"https://github.com/Natureshadow/django-pwa"
[[package]]
category
=
"main"
description
=
"Render a particular block from a template to a string."
name
=
"django-render-block"
optional
=
false
python-versions
=
"*"
version
=
"0.6"
[package.dependencies]
django
=
">
=
1.11
"
[[package]]
category
=
"main"
description
=
"SASS processor to compile SCSS files into *.css, while rendering, or offline."
...
...
@@ -483,6 +581,18 @@ Django = ">=1.11"
[package.extras]
tablib
=
[
"tablib"
]
[[package]]
category
=
"main"
description
=
"A Django oriented templated / transaction email abstraction"
name
=
"django-templated-email"
optional
=
false
python-versions
=
"*"
version
=
"2.3.0"
[package.dependencies]
django-render-block
=
">
=
0.5
"
six
=
">
=
1
"
[[package]]
category
=
"main"
description
=
"Complete Two-Factor Authentication for Django"
...
...
@@ -591,14 +701,21 @@ category = "main"
description
=
"Faker is a Python package that generates fake data for you."
name
=
"faker"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"
3
.0.0"
python-versions
=
">
=
3.4
"
version
=
"
4
.0.0"
[package.dependencies]
python-dateutil
=
">
=
2.4
"
six
=
">
=
1.10
"
text-unidecode
=
"1.3"
[[package]]
category
=
"main"
description
=
"Turn HTML into equivalent Markdown-structured text."
name
=
"html2text"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"2020.1.16"
[[package]]
category
=
"main"
description
=
"Internationalized Domain Names in Applications (IDNA)"
...
...
@@ -624,7 +741,7 @@ description = "Python version of Google's common library for parsing, formatting
name
=
"phonenumbers"
optional
=
false
python-versions
=
"*"
version
=
"8.11.
1
"
version
=
"8.11.
2
"
[[package]]
category
=
"main"
...
...
@@ -764,8 +881,8 @@ category = "main"
description
=
"Python 2 and 3 compatibility utilities"
name
=
"six"
optional
=
false
python-versions
=
">
=
2.
6
,
!
=
3.0
.*
,
!
=
3.1
.*
"
version
=
"1.1
3
.0"
python-versions
=
">
=
2.
7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
version
=
"1.1
4
.0"
[[package]]
category
=
"main"
...
...
@@ -805,7 +922,7 @@ description = "Fast, Extensible Progress Meter"
name
=
"tqdm"
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
"
version
=
"4.4
1.1
"
version
=
"4.4
2.0
"
[package.extras]
dev
=
[
"py-make (>=0.1.0)"
,
"twine"
,
"argopt"
,
"pydoc-markdown"
]
...
...
@@ -816,7 +933,7 @@ description = "Twilio API client and TwiML generator"
name
=
"twilio"
optional
=
false
python-versions
=
"*"
version
=
"6.35.
1
"
version
=
"6.35.
3
"
[package.dependencies]
PyJWT
=
">
=
1.4
.
2
"
...
...
@@ -832,8 +949,8 @@ category = "main"
description
=
"HTTP library with thread-safe connection pooling, file post, and more."
name
=
"urllib3"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
<
4
"
version
=
"1.25.
7
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
<
4
"
version
=
"1.25.
8
"
[package.extras]
brotli
=
[
"brotlipy (>=0.6.0)"
]
...
...
@@ -872,6 +989,10 @@ beautifulsoup4 = [
{file
=
"beautifulsoup4-4.8.2-py3-none-any.whl"
,
hash
=
"sha256:9fbb4d6e48ecd30bcacc5b63b94088192dcda178513b2ae3c394229f8911b887"
}
,
{file
=
"beautifulsoup4-4.8.2.tar.gz"
,
hash
=
"sha256:05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a"
}
,
]
calendarweek
=
[
{file
=
"calendarweek-0.4.5-py3-none-any.whl"
,
hash
=
"sha256:b35fcc087073969d017cede62a7295bcd714a1304bcb4c4e2b0f23acb0265fb1"
}
,
{file
=
"calendarweek-0.4.5.tar.gz"
,
hash
=
"sha256:5b1788ca435022f9348fc81a718974e51dd85d080f9aa3dad717df70a1bc6e1f"
}
,
]
certifi
=
[
{file
=
"certifi-2019.11.28-py2.py3-none-any.whl"
,
hash
=
"sha256:017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3"
}
,
{file
=
"certifi-2019.11.28.tar.gz"
,
hash
=
"sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f"
}
,
...
...
@@ -906,18 +1027,28 @@ django-appconf = [
{file
=
"django-appconf-1.0.3.tar.gz"
,
hash
=
"sha256:35f13ca4d567f132b960e2cd4c832c2d03cb6543452d34e29b7ba10371ba80e3"
}
,
{file
=
"django_appconf-1.0.3-py2.py3-none-any.whl"
,
hash
=
"sha256:c98a7af40062e996b921f5962a1c4f3f0c979fa7885f7be4710cceb90ebe13a6"
}
,
]
django-bootstrap4
=
[
{file
=
"django-bootstrap4-1.1.1.tar.gz"
,
hash
=
"sha256:39f97cbce85eb66f6d76be2029bae171bd3863d0c6932b1c2dae7f299c569b90"
}
,
{file
=
"django_bootstrap4-1.1.1-py3-none-any.whl"
,
hash
=
"sha256:0fcd84f8414a58b43df0b331c00c8b2f1786ae28f75f419b4d33b06fca43e0d1"
}
,
]
django-bulk-update
=
[
{file
=
"django-bulk-update-2.2.0.tar.gz"
,
hash
=
"sha256:5ab7ce8a65eac26d19143cc189c0f041d5c03b9d1b290ca240dc4f3d6aaeb337"
}
,
{file
=
"django_bulk_update-2.2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:49a403392ae05ea872494d74fb3dfa3515f8df5c07cc277c3dc94724c0ee6985"
}
,
]
django-constance
=
[]
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-constance
=
[
{file
=
"django-constance-2.6.0.tar.gz"
,
hash
=
"sha256:12d827f9d5552ee39884fb6fb356f231f32b1ab8958acc715e3d1a6ecf913653"
}
,
]
django-debug-toolbar
=
[
{file
=
"django-debug-toolbar-2.1.tar.gz"
,
hash
=
"sha256:24c157bc6c0e1648e0a6587511ecb1b007a00a354ce716950bff2de12693e7a8"
}
,
{file
=
"django_debug_toolbar-2.1-py3-none-any.whl"
,
hash
=
"sha256:77cfba1d6e91b9bc3d36dc7dc74a9bb80be351948db5f880f2562a0cbf20b6c5"
}
,
]
django-easy-audit
=
[
{file
=
"django-easy-audit-1.2rc1.tar.gz"
,
hash
=
"sha256:
80f82fa4006290dcd6589a345e75de1c780de49d38218050eedd9048c54b647d
"
}
,
{file
=
"django_easy_audit-1.2rc1-py3-none-any.whl"
,
hash
=
"sha256:
fb9c5ec3e90f0900302448d3648acc11da6d6b3d35d13d77eab917ab8c813d77
"
}
,
{file
=
"django-easy-audit-1.2
.1
rc1.tar.gz"
,
hash
=
"sha256:
a127264dbfef4aac17bfa74439487540ad41e47ff4c067d3d77bfad82fd23bc5
"
}
,
{file
=
"django_easy_audit-1.2
.1
rc1-py3-none-any.whl"
,
hash
=
"sha256:
00e9a9bc063ad73120fe399f2e7bc216af5fc32186dc5eccad09e2c4cd10abc1
"
}
,
]
django-filter
=
[
{file
=
"django-filter-2.2.0.tar.gz"
,
hash
=
"sha256:c3deb57f0dd7ff94d7dce52a047516822013e2b441bed472b722a317658cfd14"
}
,
...
...
@@ -940,6 +1071,17 @@ django-impersonate = [
django-ipware
=
[
{file
=
"django-ipware-2.1.0.tar.gz"
,
hash
=
"sha256:a7c7a8fd019dbdc9c357e6e582f65034e897572fc79a7e467674efa8aef9d00b"
}
,
]
django-js-asset
=
[
{file
=
"django-js-asset-1.2.2.tar.gz"
,
hash
=
"sha256:c163ae80d2e0b22d8fb598047cd0dcef31f81830e127cfecae278ad574167260"
}
,
{file
=
"django_js_asset-1.2.2-py2.py3-none-any.whl"
,
hash
=
"sha256:8ec12017f26eec524cab436c64ae73033368a372970af4cf42d9354fcb166bdd"
}
,
]
django-js-reverse
=
[
{file
=
"django-js-reverse-0.9.1.tar.gz"
,
hash
=
"sha256:2a392d169f44e30b883c30dfcfd917a14167ce8fe196c99d2385b31c90d77aa0"
}
,
{file
=
"django_js_reverse-0.9.1-py2.py3-none-any.whl"
,
hash
=
"sha256:8134c2ab6307c945edfa90671ca65e85d6c1754d48566bdd6464be259cc80c30"
}
,
]
django-jsonstore
=
[
{file
=
"django-jsonstore-0.4.1.tar.gz"
,
hash
=
"sha256:d6e42152af3f924e4657c99e80144ba9a6410799256f6134b5a4e9fa4282ec10"
}
,
]
django-maintenance-mode
=
[
{file
=
"django-maintenance-mode-0.14.0.tar.gz"
,
hash
=
"sha256:f3fef1760fdcda5e0bf6c2966aadc77eea6f328580a9c751920daba927281a68"
}
,
{file
=
"django_maintenance_mode-0.14.0-py2-none-any.whl"
,
hash
=
"sha256:b4cc24a469ed10897826a28f05d64e6166a58d130e4940ac124ce198cd4cc778"
}
,
...
...
@@ -967,12 +1109,16 @@ django-phonenumber-field = [
{file
=
"django_phonenumber_field-3.0.1-py3-none-any.whl"
,
hash
=
"sha256:1ab19f723928582fed412bd9844221fa4ff466276d8526b8b4a9913ee1487c5e"
}
,
]
django-picklefield
=
[
{file
=
"django-picklefield-2.0.tar.gz"
,
hash
=
"sha256:f1733a8db1b6046c0d7d738e785f9875aa3c198215de11993463a9339aa4ea24"
}
,
{file
=
"django_picklefield-2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:9052f2dcf4882c683ce87b4356f29b4d014c0dad645b6906baf9f09571f52bc8"
}
,
{file
=
"django-picklefield-2.1.1.tar.gz"
,
hash
=
"sha256:67a5e156343e3b032cac2f65565f0faa81635a99c7da74b0f07a0f5db467b646"
}
,
{file
=
"django_picklefield-2.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:e03cb181b7161af38ad6b573af127e4fe9b7cc2c455b42c1ec43eaad525ade0a"
}
,
]
django-polymorphic
=
[
{file
=
"django-polymorphic-2.1.2.tar.gz"
,
hash
=
"sha256:6e08a76c91066635ccb7ef3ebbe9a0ad149febae6b30be2579716ec16d3c6461"
}
,
{file
=
"django_polymorphic-2.1.2-py2.py3-none-any.whl"
,
hash
=
"sha256:0a25058e95e5e99fe0beeabb8f4734effe242d7b5b77dca416fba9fd3062da6a"
}
,
]
django-pwa
=
[
{file
=
"django-pwa-1.0.6.tar.gz"
,
hash
=
"sha256:b3f1ad0c5241fae4c7505423540de4db93077d7c88416ff6d2af545ffe209f34"
}
,
{file
=
"django_
pwa-1.0.6-
py3-none-any.whl"
,
hash
=
"sha256:9
306105fcb637ae16fea6527be4b147d45fd53db85efb1d4f61dfea6bf793e56
"
}
,
django-pwa
=
[
]
django-render-block
=
[
{file
=
"django_
render_block-0.6-py2.
py3-none-any.whl"
,
hash
=
"sha256:9
5c7dc9610378a10e0c4a10d8364ec7307210889afccd6a67a6aaa0fd599bd4d
"
}
,
]
django-sass-processor
=
[
{file
=
"django-sass-processor-0.8.tar.gz"
,
hash
=
"sha256:e039551994feaaba6fcf880412b25a772dd313162a34cbb4289814988cfae340"
}
,
...
...
@@ -988,6 +1134,9 @@ django-tables2 = [
{file
=
"django-tables2-2.2.1.tar.gz"
,
hash
=
"sha256:0d9b17f5c030ba1b5fcaeb206d8397bf58f1fdfc6beaf56e7874841b8647aa94"
}
,
{file
=
"django_tables2-2.2.1-py2.py3-none-any.whl"
,
hash
=
"sha256:6afa0496695e15b332e98537265d09fe01a55b28c75a85323d8e6b0dc2350280"
}
,
]
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.10.0.tar.gz"
,
hash
=
"sha256:3c3af3cd747462be18e7494c4068a2bdc606d7a2d2b2914f8d4590fc80995a71"
}
,
{file
=
"django_two_factor_auth-1.10.0-py2.py3-none-any.whl"
,
hash
=
"sha256:0945260fa84e4522d8fa951c35e401616579fd8564938441614399dc588a1c1f"
}
,
...
...
@@ -1007,8 +1156,12 @@ easy-thumbnails = [
{file
=
"easy-thumbnails-2.7.tar.gz"
,
hash
=
"sha256:e4e7a0dd4001f56bfd4058428f2c91eafe27d33ef3b8b33ac4e013b159b9ff91"
}
,
]
faker
=
[
{file
=
"Faker-3.0.0-py2.py3-none-any.whl"
,
hash
=
"sha256:202ad3b2ec16ae7c51c02904fb838831f8d2899e61bf18db1e91a5a582feab11"
}
,
{file
=
"Faker-3.0.0.tar.gz"
,
hash
=
"sha256:92c84a10bec81217d9cb554ee12b3838c8986ce0b5d45f72f769da22e4bb5432"
}
,
{file
=
"Faker-4.0.0-py3-none-any.whl"
,
hash
=
"sha256:047d4d1791bfb3756264da670d99df13d799bb36e7d88774b1585a82d05dbaec"
}
,
{file
=
"Faker-4.0.0.tar.gz"
,
hash
=
"sha256:1b1a58961683b30c574520d0c739c4443e0ef6a185c04382e8cc888273dbebed"
}
,
]
html2text
=
[
{file
=
"html2text-2020.1.16-py3-none-any.whl"
,
hash
=
"sha256:c7c629882da0cf377d66f073329ccf34a12ed2adf0169b9285ae4e63ef54c82b"
}
,
{file
=
"html2text-2020.1.16.tar.gz"
,
hash
=
"sha256:e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb"
}
,
]
idna
=
[
{file
=
"idna-2.8-py2.py3-none-any.whl"
,
hash
=
"sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"
}
,
...
...
@@ -1033,8 +1186,8 @@ libsass = [
{file
=
"libsass-0.19.4.tar.gz"
,
hash
=
"sha256:8b5b6d1a7c4ea1d954e0982b04474cc076286493f6af2d0a13c2e950fbe0be95"
}
,
]
phonenumbers
=
[
{file
=
"phonenumbers-8.11.
1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
aaa19bc1f2c7efbf7a94be33558e0c5b71620377c9271692d3e314c558962460
"
}
,
{file
=
"phonenumbers-8.11.
1
.tar.gz"
,
hash
=
"sha256:
239507184ee5b1b83557005af1d5fcce70f83ae18f5dff45b94a67226db10d63
"
}
,
{file
=
"phonenumbers-8.11.
2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
796ba25c3064727ca0b8edf7a8ef5ef247c6da37aee498562e6e0ed46970a57f
"
}
,
{file
=
"phonenumbers-8.11.
2
.tar.gz"
,
hash
=
"sha256:
a22d3b14c7f18af9be7c4ade92285035f621c6a17b75352dc9c2e5d146aee348
"
}
,
]
pillow
=
[
{file
=
"Pillow-7.0.0-cp35-cp35m-macosx_10_6_intel.whl"
,
hash
=
"sha256:5f3546ceb08089cedb9e8ff7e3f6a7042bb5b37c2a95d392fb027c3e53a2da00"
}
,
...
...
@@ -1155,8 +1308,8 @@ requests = [
{file
=
"requests-2.22.0.tar.gz"
,
hash
=
"sha256:11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4"
}
,
]
six
=
[
{file
=
"six-1.1
3
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
1f1b7d42e254082a9db6279deae68afb421ceba6158efa6131de7b3003ee93fd
"
}
,
{file
=
"six-1.1
3
.0.tar.gz"
,
hash
=
"sha256:
30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66
"
}
,
{file
=
"six-1.1
4
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c
"
}
,
{file
=
"six-1.1
4
.0.tar.gz"
,
hash
=
"sha256:
236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a
"
}
,
]
soupsieve
=
[
{file
=
"soupsieve-1.9.5-py2.py3-none-any.whl"
,
hash
=
"sha256:bdb0d917b03a1369ce964056fc195cfdff8819c40de04695a80bc813c3cfa1f5"
}
,
...
...
@@ -1176,15 +1329,15 @@ toml = [
{file
=
"toml-0.10.0.tar.gz"
,
hash
=
"sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c"
}
,
]
tqdm
=
[
{file
=
"tqdm-4.4
1.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
efab950cf7cc1e4d8ee50b2bb9c8e4a89f8307b49e0b2c9cfef3ec4ca26655eb
"
}
,
{file
=
"tqdm-4.4
1.1
.tar.gz"
,
hash
=
"sha256:
4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23
"
}
,
{file
=
"tqdm-4.4
2.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
01464d5950e9a07a8e463c2767883d9616c099c6502f6c7ef4e2e11d3065bd35
"
}
,
{file
=
"tqdm-4.4
2.0
.tar.gz"
,
hash
=
"sha256:
5865f5fef9d739864ff341ddaa69894173ebacedb1aaafcf014de56343d01d5c
"
}
,
]
twilio
=
[
{file
=
"twilio-6.35.
1
.tar.gz"
,
hash
=
"sha256:
c784e55d150ebeb2ba837afbab7168edfb91db57e77a9da49f2a1892688a1930
"
}
,
{file
=
"twilio-6.35.
3
.tar.gz"
,
hash
=
"sha256:
4474fa87fde5ea5526e296be782d1b06fc6722f9e4698a503c47b5c2f8b70ea9
"
}
,
]
urllib3
=
[
{file
=
"urllib3-1.25.
7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
a8a318824cc77d1fd4b2bec2ded92646630d7fe8619497b142c84a9e6f5a7293
"
}
,
{file
=
"urllib3-1.25.
7
.tar.gz"
,
hash
=
"sha256:
f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745
"
}
,
{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"
}
,
...
...
This diff is collapsed.
Click to expand it.
Nik | Klampfradler
@nik
mentioned in commit
60560e8e
·
5 years ago
mentioned in commit
60560e8e
mentioned in commit 60560e8ec357e40a88910b9a5529bbc8073d316c
Toggle commit list
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