Simple app to add configuration options to a Django project.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

migrated to poetry

+623
+621
poetry.lock
··· 1 + [[package]] 2 + category = "dev" 3 + description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." 4 + name = "appdirs" 5 + optional = false 6 + python-versions = "*" 7 + version = "1.4.4" 8 + 9 + [[package]] 10 + category = "main" 11 + description = "ASGI specs, helper code, and adapters" 12 + name = "asgiref" 13 + optional = false 14 + python-versions = ">=3.5" 15 + version = "3.2.10" 16 + 17 + [package.extras] 18 + tests = ["pytest", "pytest-asyncio"] 19 + 20 + [[package]] 21 + category = "dev" 22 + description = "An abstract syntax tree for Python with inference support." 23 + name = "astroid" 24 + optional = false 25 + python-versions = ">=3.5" 26 + version = "2.4.2" 27 + 28 + [package.dependencies] 29 + lazy-object-proxy = ">=1.4.0,<1.5.0" 30 + six = ">=1.12,<2.0" 31 + wrapt = ">=1.11,<2.0" 32 + 33 + [package.dependencies.typed-ast] 34 + python = "<3.8" 35 + version = ">=1.4.0,<1.5" 36 + 37 + [[package]] 38 + category = "dev" 39 + description = "Atomic file writes." 40 + marker = "sys_platform == \"win32\"" 41 + name = "atomicwrites" 42 + optional = false 43 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 44 + version = "1.4.0" 45 + 46 + [[package]] 47 + category = "dev" 48 + description = "Classes Without Boilerplate" 49 + name = "attrs" 50 + optional = false 51 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 52 + version = "19.3.0" 53 + 54 + [package.extras] 55 + azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"] 56 + dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "pre-commit"] 57 + docs = ["sphinx", "zope.interface"] 58 + tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] 59 + 60 + [[package]] 61 + category = "dev" 62 + description = "The uncompromising code formatter." 63 + name = "black" 64 + optional = false 65 + python-versions = ">=3.6" 66 + version = "19.10b0" 67 + 68 + [package.dependencies] 69 + appdirs = "*" 70 + attrs = ">=18.1.0" 71 + click = ">=6.5" 72 + pathspec = ">=0.6,<1" 73 + regex = "*" 74 + toml = ">=0.9.4" 75 + typed-ast = ">=1.4.0" 76 + 77 + [package.extras] 78 + d = ["aiohttp (>=3.3.2)", "aiohttp-cors"] 79 + 80 + [[package]] 81 + category = "dev" 82 + description = "Composable command line interface toolkit" 83 + name = "click" 84 + optional = false 85 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" 86 + version = "7.1.2" 87 + 88 + [[package]] 89 + category = "dev" 90 + description = "Cross-platform colored terminal text." 91 + marker = "sys_platform == \"win32\"" 92 + name = "colorama" 93 + optional = false 94 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" 95 + version = "0.4.3" 96 + 97 + [[package]] 98 + category = "main" 99 + description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." 100 + name = "django" 101 + optional = false 102 + python-versions = ">=3.6" 103 + version = "3.0.8" 104 + 105 + [package.dependencies] 106 + asgiref = ">=3.2,<4.0" 107 + pytz = "*" 108 + sqlparse = ">=0.2.2" 109 + 110 + [package.extras] 111 + argon2 = ["argon2-cffi (>=16.1.0)"] 112 + bcrypt = ["bcrypt"] 113 + 114 + [[package]] 115 + category = "dev" 116 + description = "django-test-plus provides useful additions to Django's default TestCase" 117 + name = "django-test-plus" 118 + optional = false 119 + python-versions = "*" 120 + version = "1.4.0" 121 + 122 + [[package]] 123 + category = "main" 124 + description = "Web APIs for Django, made easy." 125 + name = "djangorestframework" 126 + optional = false 127 + python-versions = ">=3.5" 128 + version = "3.11.0" 129 + 130 + [package.dependencies] 131 + django = ">=1.11" 132 + 133 + [[package]] 134 + category = "dev" 135 + description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby." 136 + name = "factory-boy" 137 + optional = false 138 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 139 + version = "2.12.0" 140 + 141 + [package.dependencies] 142 + Faker = ">=0.7.0" 143 + 144 + [[package]] 145 + category = "dev" 146 + description = "Faker is a Python package that generates fake data for you." 147 + name = "faker" 148 + optional = false 149 + python-versions = ">=3.4" 150 + version = "4.1.1" 151 + 152 + [package.dependencies] 153 + python-dateutil = ">=2.4" 154 + text-unidecode = "1.3" 155 + 156 + [[package]] 157 + category = "dev" 158 + description = "Read metadata from Python packages" 159 + marker = "python_version < \"3.8\"" 160 + name = "importlib-metadata" 161 + optional = false 162 + python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" 163 + version = "1.7.0" 164 + 165 + [package.dependencies] 166 + zipp = ">=0.5" 167 + 168 + [package.extras] 169 + docs = ["sphinx", "rst.linker"] 170 + testing = ["packaging", "pep517", "importlib-resources (>=1.3)"] 171 + 172 + [[package]] 173 + category = "dev" 174 + description = "A Python utility / library to sort Python imports." 175 + name = "isort" 176 + optional = false 177 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 178 + version = "4.3.21" 179 + 180 + [package.extras] 181 + pipfile = ["pipreqs", "requirementslib"] 182 + pyproject = ["toml"] 183 + requirements = ["pipreqs", "pip-api"] 184 + xdg_home = ["appdirs (>=1.4.0)"] 185 + 186 + [[package]] 187 + category = "dev" 188 + description = "A fast and thorough lazy object proxy." 189 + name = "lazy-object-proxy" 190 + optional = false 191 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 192 + version = "1.4.3" 193 + 194 + [[package]] 195 + category = "dev" 196 + description = "McCabe checker, plugin for flake8" 197 + name = "mccabe" 198 + optional = false 199 + python-versions = "*" 200 + version = "0.6.1" 201 + 202 + [[package]] 203 + category = "dev" 204 + description = "More routines for operating on iterables, beyond itertools" 205 + name = "more-itertools" 206 + optional = false 207 + python-versions = ">=3.5" 208 + version = "8.4.0" 209 + 210 + [[package]] 211 + category = "dev" 212 + description = "Core utilities for Python packages" 213 + name = "packaging" 214 + optional = false 215 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 216 + version = "20.4" 217 + 218 + [package.dependencies] 219 + pyparsing = ">=2.0.2" 220 + six = "*" 221 + 222 + [[package]] 223 + category = "dev" 224 + description = "Utility library for gitignore style pattern matching of file paths." 225 + name = "pathspec" 226 + optional = false 227 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" 228 + version = "0.8.0" 229 + 230 + [[package]] 231 + category = "dev" 232 + description = "plugin and hook calling mechanisms for python" 233 + name = "pluggy" 234 + optional = false 235 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 236 + version = "0.13.1" 237 + 238 + [package.dependencies] 239 + [package.dependencies.importlib-metadata] 240 + python = "<3.8" 241 + version = ">=0.12" 242 + 243 + [package.extras] 244 + dev = ["pre-commit", "tox"] 245 + 246 + [[package]] 247 + category = "dev" 248 + description = "library with cross-python path, ini-parsing, io, code, log facilities" 249 + name = "py" 250 + optional = false 251 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 252 + version = "1.9.0" 253 + 254 + [[package]] 255 + category = "dev" 256 + description = "python code static checker" 257 + name = "pylint" 258 + optional = false 259 + python-versions = ">=3.5.*" 260 + version = "2.5.3" 261 + 262 + [package.dependencies] 263 + astroid = ">=2.4.0,<=2.5" 264 + colorama = "*" 265 + isort = ">=4.2.5,<5" 266 + mccabe = ">=0.6,<0.7" 267 + toml = ">=0.7.1" 268 + 269 + [[package]] 270 + category = "dev" 271 + description = "Python parsing module" 272 + name = "pyparsing" 273 + optional = false 274 + python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" 275 + version = "2.4.7" 276 + 277 + [[package]] 278 + category = "dev" 279 + description = "pytest: simple powerful testing with Python" 280 + name = "pytest" 281 + optional = false 282 + python-versions = ">=3.5" 283 + version = "5.4.3" 284 + 285 + [package.dependencies] 286 + atomicwrites = ">=1.0" 287 + attrs = ">=17.4.0" 288 + colorama = "*" 289 + more-itertools = ">=4.0.0" 290 + packaging = "*" 291 + pluggy = ">=0.12,<1.0" 292 + py = ">=1.5.0" 293 + wcwidth = "*" 294 + 295 + [package.dependencies.importlib-metadata] 296 + python = "<3.8" 297 + version = ">=0.12" 298 + 299 + [package.extras] 300 + checkqa-mypy = ["mypy (v0.761)"] 301 + testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] 302 + 303 + [[package]] 304 + category = "dev" 305 + description = "A Django plugin for pytest." 306 + name = "pytest-django" 307 + optional = false 308 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 309 + version = "3.9.0" 310 + 311 + [package.dependencies] 312 + pytest = ">=3.6" 313 + 314 + [package.extras] 315 + docs = ["sphinx", "sphinx-rtd-theme"] 316 + testing = ["django", "django-configurations (>=2.0)", "six"] 317 + 318 + [[package]] 319 + category = "dev" 320 + description = "Extensions to the standard Python datetime module" 321 + name = "python-dateutil" 322 + optional = false 323 + python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" 324 + version = "2.8.1" 325 + 326 + [package.dependencies] 327 + six = ">=1.5" 328 + 329 + [[package]] 330 + category = "main" 331 + description = "World timezone definitions, modern and historical" 332 + name = "pytz" 333 + optional = false 334 + python-versions = "*" 335 + version = "2020.1" 336 + 337 + [[package]] 338 + category = "dev" 339 + description = "Alternative regular expression module, to replace re." 340 + name = "regex" 341 + optional = false 342 + python-versions = "*" 343 + version = "2020.6.8" 344 + 345 + [[package]] 346 + category = "dev" 347 + description = "Python 2 and 3 compatibility utilities" 348 + name = "six" 349 + optional = false 350 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" 351 + version = "1.15.0" 352 + 353 + [[package]] 354 + category = "main" 355 + description = "Non-validating SQL parser" 356 + name = "sqlparse" 357 + optional = false 358 + python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 359 + version = "0.3.1" 360 + 361 + [[package]] 362 + category = "dev" 363 + description = "The most basic Text::Unidecode port" 364 + name = "text-unidecode" 365 + optional = false 366 + python-versions = "*" 367 + version = "1.3" 368 + 369 + [[package]] 370 + category = "dev" 371 + description = "Python Library for Tom's Obvious, Minimal Language" 372 + name = "toml" 373 + optional = false 374 + python-versions = "*" 375 + version = "0.10.1" 376 + 377 + [[package]] 378 + category = "dev" 379 + description = "a fork of Python 2 and 3 ast modules with type comment support" 380 + name = "typed-ast" 381 + optional = false 382 + python-versions = "*" 383 + version = "1.4.1" 384 + 385 + [[package]] 386 + category = "dev" 387 + description = "Measures the displayed width of unicode strings in a terminal" 388 + name = "wcwidth" 389 + optional = false 390 + python-versions = "*" 391 + version = "0.2.5" 392 + 393 + [[package]] 394 + category = "dev" 395 + description = "Module for decorators, wrappers and monkey patching." 396 + name = "wrapt" 397 + optional = false 398 + python-versions = "*" 399 + version = "1.12.1" 400 + 401 + [[package]] 402 + category = "dev" 403 + description = "Backport of pathlib-compatible object wrapper for zip files" 404 + marker = "python_version < \"3.8\"" 405 + name = "zipp" 406 + optional = false 407 + python-versions = ">=3.6" 408 + version = "3.1.0" 409 + 410 + [package.extras] 411 + docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] 412 + testing = ["jaraco.itertools", "func-timeout"] 413 + 414 + [metadata] 415 + content-hash = "04e35e60c66185d04e10fb269a196cc9f509f6fa3e9131a821509b23e5986785" 416 + python-versions = "^3.7" 417 + 418 + [metadata.files] 419 + appdirs = [ 420 + {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, 421 + {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"}, 422 + ] 423 + asgiref = [ 424 + {file = "asgiref-3.2.10-py3-none-any.whl", hash = "sha256:9fc6fb5d39b8af147ba40765234fa822b39818b12cc80b35ad9b0cef3a476aed"}, 425 + {file = "asgiref-3.2.10.tar.gz", hash = "sha256:7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a"}, 426 + ] 427 + astroid = [ 428 + {file = "astroid-2.4.2-py3-none-any.whl", hash = "sha256:bc58d83eb610252fd8de6363e39d4f1d0619c894b0ed24603b881c02e64c7386"}, 429 + {file = "astroid-2.4.2.tar.gz", hash = "sha256:2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703"}, 430 + ] 431 + atomicwrites = [ 432 + {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, 433 + {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, 434 + ] 435 + attrs = [ 436 + {file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"}, 437 + {file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"}, 438 + ] 439 + black = [ 440 + {file = "black-19.10b0-py36-none-any.whl", hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b"}, 441 + {file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"}, 442 + ] 443 + click = [ 444 + {file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"}, 445 + {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"}, 446 + ] 447 + colorama = [ 448 + {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, 449 + {file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"}, 450 + ] 451 + django = [ 452 + {file = "Django-3.0.8-py3-none-any.whl", hash = "sha256:5457fc953ec560c5521b41fad9e6734a4668b7ba205832191bbdff40ec61073c"}, 453 + {file = "Django-3.0.8.tar.gz", hash = "sha256:31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582"}, 454 + ] 455 + django-test-plus = [ 456 + {file = "django-test-plus-1.4.0.tar.gz", hash = "sha256:9c3ca75f9ebb0b72d0a16e98b6d80e94b3d0ff007be5fc946d16b423b808bf16"}, 457 + ] 458 + djangorestframework = [ 459 + {file = "djangorestframework-3.11.0-py3-none-any.whl", hash = "sha256:05809fc66e1c997fd9a32ea5730d9f4ba28b109b9da71fccfa5ff241201fd0a4"}, 460 + {file = "djangorestframework-3.11.0.tar.gz", hash = "sha256:e782087823c47a26826ee5b6fa0c542968219263fb3976ec3c31edab23a4001f"}, 461 + ] 462 + factory-boy = [ 463 + {file = "factory_boy-2.12.0-py2.py3-none-any.whl", hash = "sha256:728df59b372c9588b83153facf26d3d28947fc750e8e3c95cefa9bed0e6394ee"}, 464 + {file = "factory_boy-2.12.0.tar.gz", hash = "sha256:faf48d608a1735f0d0a3c9cbf536d64f9132b547dae7ba452c4d99a79e84a370"}, 465 + ] 466 + faker = [ 467 + {file = "Faker-4.1.1-py3-none-any.whl", hash = "sha256:1290f589648bc470b8d98fff1fdff773fe3f46b4ca2cac73ac74668b12cf008e"}, 468 + {file = "Faker-4.1.1.tar.gz", hash = "sha256:c006b3664c270a2cfd4785c5e41ff263d48101c4e920b5961cf9c237131d8418"}, 469 + ] 470 + importlib-metadata = [ 471 + {file = "importlib_metadata-1.7.0-py2.py3-none-any.whl", hash = "sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070"}, 472 + {file = "importlib_metadata-1.7.0.tar.gz", hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83"}, 473 + ] 474 + isort = [ 475 + {file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"}, 476 + {file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"}, 477 + ] 478 + lazy-object-proxy = [ 479 + {file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"}, 480 + {file = "lazy_object_proxy-1.4.3-cp27-cp27m-macosx_10_13_x86_64.whl", hash = "sha256:a2238e9d1bb71a56cd710611a1614d1194dc10a175c1e08d75e1a7bcc250d442"}, 481 + {file = "lazy_object_proxy-1.4.3-cp27-cp27m-win32.whl", hash = "sha256:efa1909120ce98bbb3777e8b6f92237f5d5c8ea6758efea36a473e1d38f7d3e4"}, 482 + {file = "lazy_object_proxy-1.4.3-cp27-cp27m-win_amd64.whl", hash = "sha256:4677f594e474c91da97f489fea5b7daa17b5517190899cf213697e48d3902f5a"}, 483 + {file = "lazy_object_proxy-1.4.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:0c4b206227a8097f05c4dbdd323c50edf81f15db3b8dc064d08c62d37e1a504d"}, 484 + {file = "lazy_object_proxy-1.4.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:d945239a5639b3ff35b70a88c5f2f491913eb94871780ebfabb2568bd58afc5a"}, 485 + {file = "lazy_object_proxy-1.4.3-cp34-cp34m-win32.whl", hash = "sha256:9651375199045a358eb6741df3e02a651e0330be090b3bc79f6d0de31a80ec3e"}, 486 + {file = "lazy_object_proxy-1.4.3-cp34-cp34m-win_amd64.whl", hash = "sha256:eba7011090323c1dadf18b3b689845fd96a61ba0a1dfbd7f24b921398affc357"}, 487 + {file = "lazy_object_proxy-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:48dab84ebd4831077b150572aec802f303117c8cc5c871e182447281ebf3ac50"}, 488 + {file = "lazy_object_proxy-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:ca0a928a3ddbc5725be2dd1cf895ec0a254798915fb3a36af0964a0a4149e3db"}, 489 + {file = "lazy_object_proxy-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:194d092e6f246b906e8f70884e620e459fc54db3259e60cf69a4d66c3fda3449"}, 490 + {file = "lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:97bb5884f6f1cdce0099f86b907aa41c970c3c672ac8b9c8352789e103cf3156"}, 491 + {file = "lazy_object_proxy-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:cb2c7c57005a6804ab66f106ceb8482da55f5314b7fcb06551db1edae4ad1531"}, 492 + {file = "lazy_object_proxy-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:8d859b89baf8ef7f8bc6b00aa20316483d67f0b1cbf422f5b4dc56701c8f2ffb"}, 493 + {file = "lazy_object_proxy-1.4.3-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:1be7e4c9f96948003609aa6c974ae59830a6baecc5376c25c92d7d697e684c08"}, 494 + {file = "lazy_object_proxy-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d74bb8693bf9cf75ac3b47a54d716bbb1a92648d5f781fc799347cfc95952383"}, 495 + {file = "lazy_object_proxy-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:9b15f3f4c0f35727d3a0fba4b770b3c4ebbb1fa907dbcc046a1d2799f3edd142"}, 496 + {file = "lazy_object_proxy-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9254f4358b9b541e3441b007a0ea0764b9d056afdeafc1a5569eee1cc6c1b9ea"}, 497 + {file = "lazy_object_proxy-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:a6ae12d08c0bf9909ce12385803a543bfe99b95fe01e752536a60af2b7797c62"}, 498 + {file = "lazy_object_proxy-1.4.3-cp38-cp38-win32.whl", hash = "sha256:5541cada25cd173702dbd99f8e22434105456314462326f06dba3e180f203dfd"}, 499 + {file = "lazy_object_proxy-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:59f79fef100b09564bc2df42ea2d8d21a64fdcda64979c0fa3db7bdaabaf6239"}, 500 + ] 501 + mccabe = [ 502 + {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, 503 + {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, 504 + ] 505 + more-itertools = [ 506 + {file = "more-itertools-8.4.0.tar.gz", hash = "sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5"}, 507 + {file = "more_itertools-8.4.0-py3-none-any.whl", hash = "sha256:b78134b2063dd214000685165d81c154522c3ee0a1c0d4d113c80361c234c5a2"}, 508 + ] 509 + packaging = [ 510 + {file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"}, 511 + {file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"}, 512 + ] 513 + pathspec = [ 514 + {file = "pathspec-0.8.0-py2.py3-none-any.whl", hash = "sha256:7d91249d21749788d07a2d0f94147accd8f845507400749ea19c1ec9054a12b0"}, 515 + {file = "pathspec-0.8.0.tar.gz", hash = "sha256:da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061"}, 516 + ] 517 + pluggy = [ 518 + {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, 519 + {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, 520 + ] 521 + py = [ 522 + {file = "py-1.9.0-py2.py3-none-any.whl", hash = "sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"}, 523 + {file = "py-1.9.0.tar.gz", hash = "sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"}, 524 + ] 525 + pylint = [ 526 + {file = "pylint-2.5.3-py3-none-any.whl", hash = "sha256:d0ece7d223fe422088b0e8f13fa0a1e8eb745ebffcb8ed53d3e95394b6101a1c"}, 527 + {file = "pylint-2.5.3.tar.gz", hash = "sha256:7dd78437f2d8d019717dbf287772d0b2dbdfd13fc016aa7faa08d67bccc46adc"}, 528 + ] 529 + pyparsing = [ 530 + {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, 531 + {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, 532 + ] 533 + pytest = [ 534 + {file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"}, 535 + {file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"}, 536 + ] 537 + pytest-django = [ 538 + {file = "pytest-django-3.9.0.tar.gz", hash = "sha256:664e5f42242e5e182519388f01b9f25d824a9feb7cd17d8f863c8d776f38baf9"}, 539 + {file = "pytest_django-3.9.0-py2.py3-none-any.whl", hash = "sha256:64f99d565dd9497af412fcab2989fe40982c1282d4118ff422b407f3f7275ca5"}, 540 + ] 541 + python-dateutil = [ 542 + {file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"}, 543 + {file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"}, 544 + ] 545 + pytz = [ 546 + {file = "pytz-2020.1-py2.py3-none-any.whl", hash = "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed"}, 547 + {file = "pytz-2020.1.tar.gz", hash = "sha256:c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048"}, 548 + ] 549 + regex = [ 550 + {file = "regex-2020.6.8-cp27-cp27m-win32.whl", hash = "sha256:fbff901c54c22425a5b809b914a3bfaf4b9570eee0e5ce8186ac71eb2025191c"}, 551 + {file = "regex-2020.6.8-cp27-cp27m-win_amd64.whl", hash = "sha256:112e34adf95e45158c597feea65d06a8124898bdeac975c9087fe71b572bd938"}, 552 + {file = "regex-2020.6.8-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:92d8a043a4241a710c1cf7593f5577fbb832cf6c3a00ff3fc1ff2052aff5dd89"}, 553 + {file = "regex-2020.6.8-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:bae83f2a56ab30d5353b47f9b2a33e4aac4de9401fb582b55c42b132a8ac3868"}, 554 + {file = "regex-2020.6.8-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:b2ba0f78b3ef375114856cbdaa30559914d081c416b431f2437f83ce4f8b7f2f"}, 555 + {file = "regex-2020.6.8-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:95fa7726d073c87141f7bbfb04c284901f8328e2d430eeb71b8ffdd5742a5ded"}, 556 + {file = "regex-2020.6.8-cp36-cp36m-win32.whl", hash = "sha256:e3cdc9423808f7e1bb9c2e0bdb1c9dc37b0607b30d646ff6faf0d4e41ee8fee3"}, 557 + {file = "regex-2020.6.8-cp36-cp36m-win_amd64.whl", hash = "sha256:c78e66a922de1c95a208e4ec02e2e5cf0bb83a36ceececc10a72841e53fbf2bd"}, 558 + {file = "regex-2020.6.8-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:08997a37b221a3e27d68ffb601e45abfb0093d39ee770e4257bd2f5115e8cb0a"}, 559 + {file = "regex-2020.6.8-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:2f6f211633ee8d3f7706953e9d3edc7ce63a1d6aad0be5dcee1ece127eea13ae"}, 560 + {file = "regex-2020.6.8-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:55b4c25cbb3b29f8d5e63aeed27b49fa0f8476b0d4e1b3171d85db891938cc3a"}, 561 + {file = "regex-2020.6.8-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:89cda1a5d3e33ec9e231ece7307afc101b5217523d55ef4dc7fb2abd6de71ba3"}, 562 + {file = "regex-2020.6.8-cp37-cp37m-win32.whl", hash = "sha256:690f858d9a94d903cf5cada62ce069b5d93b313d7d05456dbcd99420856562d9"}, 563 + {file = "regex-2020.6.8-cp37-cp37m-win_amd64.whl", hash = "sha256:1700419d8a18c26ff396b3b06ace315b5f2a6e780dad387e4c48717a12a22c29"}, 564 + {file = "regex-2020.6.8-cp38-cp38-manylinux1_i686.whl", hash = "sha256:654cb773b2792e50151f0e22be0f2b6e1c3a04c5328ff1d9d59c0398d37ef610"}, 565 + {file = "regex-2020.6.8-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:52e1b4bef02f4040b2fd547357a170fc1146e60ab310cdbdd098db86e929b387"}, 566 + {file = "regex-2020.6.8-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:cf59bbf282b627130f5ba68b7fa3abdb96372b24b66bdf72a4920e8153fc7910"}, 567 + {file = "regex-2020.6.8-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:5aaa5928b039ae440d775acea11d01e42ff26e1561c0ffcd3d805750973c6baf"}, 568 + {file = "regex-2020.6.8-cp38-cp38-win32.whl", hash = "sha256:97712e0d0af05febd8ab63d2ef0ab2d0cd9deddf4476f7aa153f76feef4b2754"}, 569 + {file = "regex-2020.6.8-cp38-cp38-win_amd64.whl", hash = "sha256:6ad8663c17db4c5ef438141f99e291c4d4edfeaacc0ce28b5bba2b0bf273d9b5"}, 570 + {file = "regex-2020.6.8.tar.gz", hash = "sha256:e9b64e609d37438f7d6e68c2546d2cb8062f3adb27e6336bc129b51be20773ac"}, 571 + ] 572 + six = [ 573 + {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, 574 + {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"}, 575 + ] 576 + sqlparse = [ 577 + {file = "sqlparse-0.3.1-py2.py3-none-any.whl", hash = "sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e"}, 578 + {file = "sqlparse-0.3.1.tar.gz", hash = "sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548"}, 579 + ] 580 + text-unidecode = [ 581 + {file = "text-unidecode-1.3.tar.gz", hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"}, 582 + {file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"}, 583 + ] 584 + toml = [ 585 + {file = "toml-0.10.1-py2.py3-none-any.whl", hash = "sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88"}, 586 + {file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"}, 587 + ] 588 + typed-ast = [ 589 + {file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"}, 590 + {file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"}, 591 + {file = "typed_ast-1.4.1-cp35-cp35m-win32.whl", hash = "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"}, 592 + {file = "typed_ast-1.4.1-cp35-cp35m-win_amd64.whl", hash = "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"}, 593 + {file = "typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"}, 594 + {file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"}, 595 + {file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"}, 596 + {file = "typed_ast-1.4.1-cp36-cp36m-win32.whl", hash = "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"}, 597 + {file = "typed_ast-1.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"}, 598 + {file = "typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"}, 599 + {file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"}, 600 + {file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"}, 601 + {file = "typed_ast-1.4.1-cp37-cp37m-win32.whl", hash = "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"}, 602 + {file = "typed_ast-1.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"}, 603 + {file = "typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"}, 604 + {file = "typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"}, 605 + {file = "typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"}, 606 + {file = "typed_ast-1.4.1-cp38-cp38-win32.whl", hash = "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"}, 607 + {file = "typed_ast-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"}, 608 + {file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"}, 609 + {file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"}, 610 + ] 611 + wcwidth = [ 612 + {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, 613 + {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"}, 614 + ] 615 + wrapt = [ 616 + {file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"}, 617 + ] 618 + zipp = [ 619 + {file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"}, 620 + {file = "zipp-3.1.0.tar.gz", hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96"}, 621 + ]
+2
poetry.toml
··· 1 + [virtualenvs] 2 + in-project = true