This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
/
requirements.in
272 lines (227 loc) · 9.98 KB
/
requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
#
# Requirements for running production
#
# Database migrations tool
# Code: https://github.com/sqlalchemy/alembic
# Changes: https://alembic.sqlalchemy.org/en/latest/changelog.html
# Docs: https://alembic.sqlalchemy.org/
alembic==1.8.1
# Configurable backoff and retry algorithms
# Code: https://github.com/litl/backoff
# Changes: https://github.com/litl/backoff/blob/master/CHANGELOG.md
# Docs: https://github.com/litl/backoff#readme
backoff==2.2.1
# Amazon Web Services SDK, requires the matching release of botocore
# Code: https://github.com/boto/boto3
# Changes: https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
# Docs: https://aws.amazon.com/sdk-for-python/
boto3==1.28.19
# Distributed Task Queue
# Code: https://github.com/celery/celery
# Changes: https://docs.celeryproject.org/en/stable/changelog.html
# Docs: https://docs.celeryproject.org/en/stable/index.html
celery[redis]==5.2.7
# Schema-based serialization and deserialization library
# Code: https://github.com/Pylons/colander
# Changes: https://docs.pylonsproject.org/projects/colander/en/latest/changes.html
# Docs: https://docs.pylonsproject.org/projects/colander/en/latest/
colander==1.8.3
# Mozilla's Dockerflow pattern implementor
# Code: https://github.com/mozilla-services/python-dockerflow
# Changes: https://python-dockerflow.readthedocs.io/en/latest/changelog.html
# Docs: https://python-dockerflow.readthedocs.io/en/latest/
dockerflow==2022.8.0
# Python configuration library
# Code: https://github.com/willkg/everett
# Changes: https://github.com/willkg/everett/blob/main/HISTORY.rst
# Docs: https://everett.readthedocs.io
everett==3.1.0
# Geopolitical Entities, Names, and Codes (GENC)
# Code: https://github.com/hannosch/genc
# Changes: https://github.com/hannosch/genc/blob/master/CHANGES.rst
# Docs: https://github.com/hannosch/genc#readme
genc==0.2
# MaxMind GeoIP2 Python API
# Code: https://github.com/maxmind/GeoIP2-python
# Changes: https://github.com/maxmind/GeoIP2-python/blob/master/HISTORY.rst
# Docs: https://geoip2.readthedocs.io/en/latest/
geoip2==4.6.0
# Coroutine-based concurrency library
# Code: https://github.com/gevent/gevent
# Changes: http://www.gevent.org/changelog.html
# Docs: http://www.gevent.org/contents.html
gevent==22.10.2
# "Green Unicorn", a WSGI HTTP Server
# Code: https://github.com/benoitc/gunicorn
# Changes: https://docs.gunicorn.org/en/stable/news.html
# Docs: https://docs.gunicorn.org/en/stable/
gunicorn==20.1.0
# Generates metrics with multiple backend support
# Code: https://github.com/willkg/markus
# Changes: https://github.com/willkg/markus/blob/main/HISTORY.rst
# Docs: http://markus.readthedocs.io/en/latest/
markus[datadog]==4.0.1
# Python MaxMind DB reader extension
# Code: https://github.com/maxmind/MaxMind-DB-Reader-python
# Changes: https://github.com/maxmind/MaxMind-DB-Reader-python/blob/master/HISTORY.rst
# Docs: https://maxminddb.readthedocs.io/en/latest/
maxminddb==2.2.0
# More algorithms like Python's itertools
# Code: https://github.com/more-itertools/more-itertools
# Changes: https://more-itertools.readthedocs.io/en/stable/versions.html
# Docs: https://more-itertools.readthedocs.io/en/stable/
more-itertools==9.0.0
# Scientific computing with Python
# Code: https://github.com/numpy/numpy
# Changes: https://numpy.org/devdocs/release.html
# Docs: https://numpy.org/doc/stable/
numpy==1.23.4
# Pure Python MySQL Client
# Code: https://github.com/PyMySQL/PyMySQL
# Changes: https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md
# Docs: https://pymysql.readthedocs.io/en/latest/
PyMySQL==1.0.2
# A Python web framework
# Code: https://github.com/Pylons/pyramid
# Changes: https://docs.pylonsproject.org/projects/pyramid/en/1.10-branch/whatsnew-1.10.html#
# Docs: https://docs.pylonsproject.org/projects/pyramid/en/1.10-branch/
pyramid==2.0
# Pyramid bindings for Chameleon, an HTML/XML template engine
# Code: https://github.com/Pylons/pyramid_chameleon
# Changes: https://github.com/Pylons/pyramid_chameleon/blob/master/CHANGES.txt
# Docs: https://docs.pylonsproject.org/projects/pyramid_chameleon/en/latest/
pyramid-chameleon==0.3
# Legacy client library for Sentry crash reporting server
# TODO: Replace with sentry-sdk (issue #882)
# Code: https://github.com/getsentry/raven-python
# Changes: https://github.com/getsentry/raven-python/blob/master/CHANGELOG.md
# Docs: https://docs.sentry.io/clients/python/
raven==6.10.0
# Python wrapper for a minimalistic C client for Redis
# Code: https://github.com/andymccurdy/redis-py
# Changes: https://github.com/andymccurdy/redis-py/blob/master/CHANGES
# Docs: https://github.com/andymccurdy/redis-py#readme
redis[hiredis]==4.5.4
# Various memoizing collections and decorators, such as TTLCache
# Code: https://github.com/tkem/cachetools
# Changes: https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst
# Docs: https://cachetools.readthedocs.io/en/stable/
cachetools
# Python HTTP Requests for Humans™
# Code: https://github.com/psf/requests
# Changes: https://github.com/psf/requests/blob/master/HISTORY.md
# Docs: https://requests.readthedocs.io/en/master/
requests==2.28.1
# R-Tree spatial index for Python GIS, requires libspatialindex
# Code: https://github.com/Toblerity/Rtree
# Changes: https://rtree.readthedocs.io/en/latest/changes.html
# Docs: https://rtree.readthedocs.io/en/latest/
Rtree==1.0.1
# Toolkit for mathematics, science, and engineering
# Code: https://github.com/scipy/scipy
# Changes: https://docs.scipy.org/doc/scipy/reference/release.html
# Docs: https://docs.scipy.org/doc/scipy/reference/
scipy==1.10.1
# Customize the process title, used by gunicorn
# Code: https://github.com/dvarrazzo/py-setproctitle
# Changes: https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst
# Docs: https://github.com/dvarrazzo/py-setproctitle#readme
setproctitle==1.3.2
# Manipulate and analyze geometric objects
# Code: https://github.com/Toblerity/Shapely
# Changes: https://github.com/Toblerity/Shapely/blob/master/CHANGES.txt
# Docs: https://shapely.readthedocs.io/en/latest/
Shapely[vectorized]==1.8.5.post1
# Implementation of a PID controller
# Code: https://github.com/m-lundberg/simple-pid
# Changes: https://github.com/m-lundberg/simple-pid/blob/master/CHANGELOG.md
# Docs: https://simple-pid.readthedocs.io/en/latest/index.html
simple-pid
# Database toolkit
# Code: https://github.com/sqlalchemy/sqlalchemy
# Changes: https://docs.sqlalchemy.org/en/13/changelog/index.html
# Docs: https://docs.sqlalchemy.org/en/13/
SQLAlchemy==1.3.24
# Structured logging
# Code: https://github.com/hynek/structlog
# Changes: https://www.structlog.org/en/stable/changelog.html
# Docs: https://www.structlog.org/en/stable/
structlog==22.1.0
# User-friendly HTTP client
# Code: https://github.com/urllib3/urllib3
# Changes: https://github.com/urllib3/urllib3/blob/master/CHANGES.rst
# Docs: https://urllib3.readthedocs.io/en/latest/
urllib3==1.26.12
#
# Requirements for developement
#
# A screen scraping library, used in mobile-codes/parse.py
# Code: https://code.launchpad.net/beautifulsoup/
# Changes: https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG
# Docs: https://www.crummy.com/software/BeautifulSoup/bs4/doc/
beautifulsoup4
# An uncompromising Python code formatter
# Code: https://github.com/psf/black
# Changes: https://github.com/psf/black/blob/master/CHANGES.md
# Docs: https://black.readthedocs.io/en/stable/
black==22.10.0
# Cross-platform colored terminal text, used for structlog output
# Code: https://github.com/tartley/colorama
# Changes: https://github.com/tartley/colorama/blob/master/CHANGELOG.rst
# Docs: https://github.com/tartley/colorama#readme
colorama==0.4.6
# Compiler for writing C extensions for Python
# Code: https://github.com/cython/cython
# Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
# Docs: https://cython.readthedocs.io/en/latest/
Cython==0.29.32
# Generate test fixtures
# Code: https://github.com/FactoryBoy/factory_boy/
# Changes: https://factoryboy.readthedocs.io/en/stable/changelog.html
# Docs: https://factoryboy.readthedocs.io/en/stable/
factory-boy==3.2.1
# Run a collection of style and quality tools
# Code: https://gitlab.com/pycqa/flake8
# Changes: https://flake8.pycqa.org/en/latest/release-notes/index.html
# Docs: https://flake8.pycqa.org/en/latest/index.html
flake8==4.0.1
# ISO 3166-1 country definitions, used in mobile-codes/parse.py
# Code: https://github.com/deactivated/python-iso3166
# Changes: https://github.com/deactivated/python-iso3166/blob/master/CHANGES
# Docs: https://github.com/deactivated/python-iso3166#readme
iso3166
# pip-compile (to build reqs) and pip-sync (to update)
# Code: https://github.com/jazzband/pip-tools/
# Changes: https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md
# Docs: https://github.com/jazzband/pip-tools#readme
pip-tools==6.13.0
# Test framework
# Code: https://github.com/pytest-dev/pytest
# Changes: https://docs.pytest.org/en/stable/changelog.html
# Docs: https://docs.pytest.org/en/stable/
pytest==7.2.0
# Code coverage plugin for pytest
# Code: https://github.com/pytest-dev/pytest-cov
# Changes: https://pytest-cov.readthedocs.io/en/latest/changelog.html
# Docs: https://pytest-cov.readthedocs.io/en/latest/
pytest-cov==4.0.0
# Mocked responses for the requests library
# Code: https://github.com/jamielennox/requests-mock
# Changes: https://requests-mock.readthedocs.io/en/latest/release-notes.html
# Docs: https://requests-mock.readthedocs.io/en/latest/
requests-mock==1.10.0
# Documentation builder
# Code: https://github.com/sphinx-doc/sphinx/
# Changes: https://www.sphinx-doc.org/en/master/changes.html
# Docs: https://www.sphinx-doc.org/en/master/
Sphinx==4.4.0
# ReadTheDocs theme for Sphinx
# Code: https://github.com/readthedocs/sphinx_rtd_theme
# Changes: https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html
# Docs: https://sphinx-rtd-theme.readthedocs.io/en/stable/
sphinx-rtd-theme==1.0.0
# Wrap a WSGI application without starting an HTTP server
# Code: https://github.com/Pylons/webtest
# Changes: https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst
# Docs: https://docs.pylonsproject.org/projects/webtest/en/latest/
WebTest==3.0.0