poetry.lock 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. [[package]]
  2. name = "asgiref"
  3. version = "3.5.0"
  4. description = "ASGI specs, helper code, and adapters"
  5. category = "main"
  6. optional = false
  7. python-versions = ">=3.7"
  8. [package.extras]
  9. tests = ["pytest", "pytest-asyncio", "mypy (>=0.800)"]
  10. [[package]]
  11. name = "backports.zoneinfo"
  12. version = "0.2.1"
  13. description = "Backport of the standard library zoneinfo module"
  14. category = "main"
  15. optional = false
  16. python-versions = ">=3.6"
  17. [package.extras]
  18. tzdata = ["tzdata"]
  19. [[package]]
  20. name = "colorama"
  21. version = "0.4.4"
  22. description = "Cross-platform colored terminal text."
  23. category = "main"
  24. optional = false
  25. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  26. [[package]]
  27. name = "colorlog"
  28. version = "6.6.0"
  29. description = "Add colours to the output of Python's logging module."
  30. category = "main"
  31. optional = false
  32. python-versions = ">=3.6"
  33. [package.dependencies]
  34. colorama = {version = "*", markers = "sys_platform == \"win32\""}
  35. [package.extras]
  36. development = ["black", "flake8", "mypy", "pytest", "types-colorama"]
  37. [[package]]
  38. name = "django"
  39. version = "4.0.3"
  40. description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
  41. category = "main"
  42. optional = false
  43. python-versions = ">=3.8"
  44. [package.dependencies]
  45. asgiref = ">=3.4.1,<4"
  46. "backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""}
  47. sqlparse = ">=0.2.2"
  48. tzdata = {version = "*", markers = "sys_platform == \"win32\""}
  49. [package.extras]
  50. argon2 = ["argon2-cffi (>=19.1.0)"]
  51. bcrypt = ["bcrypt"]
  52. [[package]]
  53. name = "django-extensions"
  54. version = "3.1.5"
  55. description = "Extensions for Django"
  56. category = "main"
  57. optional = false
  58. python-versions = ">=3.6"
  59. [[package]]
  60. name = "django-filter"
  61. version = "21.1"
  62. description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically."
  63. category = "main"
  64. optional = false
  65. python-versions = ">=3.6"
  66. [package.dependencies]
  67. Django = ">=2.2"
  68. [[package]]
  69. name = "djangorestframework"
  70. version = "3.13.1"
  71. description = "Web APIs for Django, made easy."
  72. category = "main"
  73. optional = false
  74. python-versions = ">=3.6"
  75. [package.dependencies]
  76. django = ">=2.2"
  77. pytz = "*"
  78. [[package]]
  79. name = "importlib-metadata"
  80. version = "4.11.3"
  81. description = "Read metadata from Python packages"
  82. category = "main"
  83. optional = false
  84. python-versions = ">=3.7"
  85. [package.dependencies]
  86. zipp = ">=0.5"
  87. [package.extras]
  88. docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
  89. perf = ["ipython"]
  90. testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"]
  91. [[package]]
  92. name = "markdown"
  93. version = "3.3.6"
  94. description = "Python implementation of Markdown."
  95. category = "main"
  96. optional = false
  97. python-versions = ">=3.6"
  98. [package.dependencies]
  99. importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
  100. [package.extras]
  101. testing = ["coverage", "pyyaml"]
  102. [[package]]
  103. name = "python-dateutil"
  104. version = "2.8.2"
  105. description = "Extensions to the standard Python datetime module"
  106. category = "main"
  107. optional = false
  108. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
  109. [package.dependencies]
  110. six = ">=1.5"
  111. [[package]]
  112. name = "python-dotenv"
  113. version = "0.20.0"
  114. description = "Read key-value pairs from a .env file and set them as environment variables"
  115. category = "main"
  116. optional = false
  117. python-versions = ">=3.5"
  118. [package.extras]
  119. cli = ["click (>=5.0)"]
  120. [[package]]
  121. name = "python-json-logger"
  122. version = "2.0.2"
  123. description = "A python library adding a json log formatter"
  124. category = "main"
  125. optional = false
  126. python-versions = ">=3.5"
  127. [[package]]
  128. name = "pytz"
  129. version = "2022.1"
  130. description = "World timezone definitions, modern and historical"
  131. category = "main"
  132. optional = false
  133. python-versions = "*"
  134. [[package]]
  135. name = "six"
  136. version = "1.16.0"
  137. description = "Python 2 and 3 compatibility utilities"
  138. category = "main"
  139. optional = false
  140. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  141. [[package]]
  142. name = "sqlparse"
  143. version = "0.4.2"
  144. description = "A non-validating SQL parser."
  145. category = "main"
  146. optional = false
  147. python-versions = ">=3.5"
  148. [[package]]
  149. name = "tzdata"
  150. version = "2022.1"
  151. description = "Provider of IANA time zone data"
  152. category = "main"
  153. optional = false
  154. python-versions = ">=2"
  155. [[package]]
  156. name = "zipp"
  157. version = "3.7.0"
  158. description = "Backport of pathlib-compatible object wrapper for zip files"
  159. category = "main"
  160. optional = false
  161. python-versions = ">=3.7"
  162. [package.extras]
  163. docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
  164. testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
  165. [metadata]
  166. lock-version = "1.1"
  167. python-versions = "^3.8"
  168. content-hash = "520150e397681966a3c125ac4086c99aa178c92dd8792184168d968c339b41a8"
  169. [metadata.files]
  170. asgiref = [
  171. {file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"},
  172. {file = "asgiref-3.5.0.tar.gz", hash = "sha256:2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0"},
  173. ]
  174. "backports.zoneinfo" = [
  175. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc"},
  176. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722"},
  177. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:1c5742112073a563c81f786e77514969acb58649bcdf6cdf0b4ed31a348d4546"},
  178. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-win32.whl", hash = "sha256:e8236383a20872c0cdf5a62b554b27538db7fa1bbec52429d8d106effbaeca08"},
  179. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-win_amd64.whl", hash = "sha256:8439c030a11780786a2002261569bdf362264f605dfa4d65090b64b05c9f79a7"},
  180. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:f04e857b59d9d1ccc39ce2da1021d196e47234873820cbeaad210724b1ee28ac"},
  181. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:17746bd546106fa389c51dbea67c8b7c8f0d14b5526a579ca6ccf5ed72c526cf"},
  182. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5c144945a7752ca544b4b78c8c41544cdfaf9786f25fe5ffb10e838e19a27570"},
  183. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-win32.whl", hash = "sha256:e55b384612d93be96506932a786bbcde5a2db7a9e6a4bb4bffe8b733f5b9036b"},
  184. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a76b38c52400b762e48131494ba26be363491ac4f9a04c1b7e92483d169f6582"},
  185. {file = "backports.zoneinfo-0.2.1-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:8961c0f32cd0336fb8e8ead11a1f8cd99ec07145ec2931122faaac1c8f7fd987"},
  186. {file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e81b76cace8eda1fca50e345242ba977f9be6ae3945af8d46326d776b4cf78d1"},
  187. {file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7b0a64cda4145548fed9efc10322770f929b944ce5cee6c0dfe0c87bf4c0c8c9"},
  188. {file = "backports.zoneinfo-0.2.1-cp38-cp38-win32.whl", hash = "sha256:1b13e654a55cd45672cb54ed12148cd33628f672548f373963b0bff67b217328"},
  189. {file = "backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:4a0f800587060bf8880f954dbef70de6c11bbe59c673c3d818921f042f9954a6"},
  190. {file = "backports.zoneinfo-0.2.1.tar.gz", hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2"},
  191. ]
  192. colorama = [
  193. {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
  194. {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
  195. ]
  196. colorlog = [
  197. {file = "colorlog-6.6.0-py2.py3-none-any.whl", hash = "sha256:351c51e866c86c3217f08e4b067a7974a678be78f07f85fc2d55b8babde6d94e"},
  198. {file = "colorlog-6.6.0.tar.gz", hash = "sha256:344f73204009e4c83c5b6beb00b3c45dc70fcdae3c80db919e0a4171d006fde8"},
  199. ]
  200. django = [
  201. {file = "Django-4.0.3-py3-none-any.whl", hash = "sha256:1239218849e922033a35d2a2f777cb8bee18bd725416744074f455f34ff50d0c"},
  202. {file = "Django-4.0.3.tar.gz", hash = "sha256:77ff2e7050e3324c9b67e29b6707754566f58514112a9ac73310f60cd5261930"},
  203. ]
  204. django-extensions = [
  205. {file = "django-extensions-3.1.5.tar.gz", hash = "sha256:28e1e1bf49f0e00307ba574d645b0af3564c981a6dfc87209d48cb98f77d0b1a"},
  206. {file = "django_extensions-3.1.5-py3-none-any.whl", hash = "sha256:9238b9e016bb0009d621e05cf56ea8ce5cce9b32e91ad2026996a7377ca28069"},
  207. ]
  208. django-filter = [
  209. {file = "django-filter-21.1.tar.gz", hash = "sha256:632a251fa8f1aadb4b8cceff932bb52fe2f826dd7dfe7f3eac40e5c463d6836e"},
  210. {file = "django_filter-21.1-py3-none-any.whl", hash = "sha256:f4a6737a30104c98d2e2a5fb93043f36dd7978e0c7ddc92f5998e85433ea5063"},
  211. ]
  212. django-restframework = [
  213. {file = "django-restframework-0.0.1.tar.gz", hash = "sha256:2bec9265463693ada558ad9a58c31f6f3de005a932fbfeaadf983c5c9f3b7058"},
  214. ]
  215. djangorestframework = [
  216. {file = "djangorestframework-3.13.1-py3-none-any.whl", hash = "sha256:24c4bf58ed7e85d1fe4ba250ab2da926d263cd57d64b03e8dcef0ac683f8b1aa"},
  217. {file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
  218. ]
  219. importlib-metadata = [
  220. {file = "importlib_metadata-4.11.3-py3-none-any.whl", hash = "sha256:1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6"},
  221. {file = "importlib_metadata-4.11.3.tar.gz", hash = "sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539"},
  222. ]
  223. markdown = [
  224. {file = "Markdown-3.3.6-py3-none-any.whl", hash = "sha256:9923332318f843411e9932237530df53162e29dc7a4e2b91e35764583c46c9a3"},
  225. {file = "Markdown-3.3.6.tar.gz", hash = "sha256:76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006"},
  226. ]
  227. python-dateutil = [
  228. {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
  229. {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
  230. ]
  231. python-dotenv = [
  232. {file = "python-dotenv-0.20.0.tar.gz", hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f"},
  233. {file = "python_dotenv-0.20.0-py3-none-any.whl", hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938"},
  234. ]
  235. python-json-logger = [
  236. {file = "python-json-logger-2.0.2.tar.gz", hash = "sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096"},
  237. {file = "python_json_logger-2.0.2-py3-none-any.whl", hash = "sha256:99310d148f054e858cd5f4258794ed6777e7ad2c3fd7e1c1b527f1cba4d08420"},
  238. ]
  239. pytz = [
  240. {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
  241. {file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
  242. ]
  243. six = [
  244. {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
  245. {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
  246. ]
  247. sqlparse = [
  248. {file = "sqlparse-0.4.2-py3-none-any.whl", hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d"},
  249. {file = "sqlparse-0.4.2.tar.gz", hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"},
  250. ]
  251. tzdata = [
  252. {file = "tzdata-2022.1-py2.py3-none-any.whl", hash = "sha256:238e70234214138ed7b4e8a0fab0e5e13872edab3be586ab8198c407620e2ab9"},
  253. {file = "tzdata-2022.1.tar.gz", hash = "sha256:8b536a8ec63dc0751342b3984193a3118f8fca2afe25752bb9b7fffd398552d3"},
  254. ]
  255. zipp = [
  256. {file = "zipp-3.7.0-py3-none-any.whl", hash = "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375"},
  257. {file = "zipp-3.7.0.tar.gz", hash = "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d"},
  258. ]