Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
207 changes: 165 additions & 42 deletions source/benchmark/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/cities/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GeoAlchemy2==0.2.4
Jinja2==2.11.3
Mako==0.9.1
Jinja2==3.1.6
Mako==1.2.2
MarkupSafe==0.23
SQLAlchemy==1.3.3
Shapely==1.3.0
Expand Down
4 changes: 2 additions & 2 deletions source/eitri/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
future==0.18.3
future==1.0.0
docker==3.4.1
retrying==1.3.3
psycopg2 ; python_version < "3.9" # keep it free: 2.5.4 is installed on debian 8 images, but doesn't handle PG 13.11 from debian 11
psycopg2-binary==2.9.7 ; python_version >= "3.9"
GeoAlchemy2==0.2.4
SQLAlchemy==1.3.3
alembic==1.0.11
requests==2.20.0
requests==2.32.4
coloredlogs==10.0
typing==3.7.4
20 changes: 10 additions & 10 deletions source/jormungandr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
configparser==4.0.2 ; python_version == "2.7"
setuptools==44.1.0 ; python_version == "2.7"
Flask==1.1.1
Flask==2.2.5
flask_restful==0.3.7
Flask-SQLAlchemy==2.4
Flask-Cors==3.0.9
Flask-Cors==6.0.0
geojson==1.3.5
enum34==1.1.6 ; python_version < "3.4"
Jinja2==2.11.3
Jinja2==3.1.6
MarkupSafe==0.23
SQLAlchemy==1.3.3
Shapely==1.5.0
Werkzeug==0.15.5
Werkzeug==3.0.6
blinker==1.3
itsdangerous==1.1.0
protobuf==3.15.0 ; python_version < "3.9"
protobuf==3.20.3 ; python_version >= "3.9"
protobuf==4.25.8 ; python_version >= "3.9"
psycopg2 ; python_version < "3.9" # keep it free: 2.5.4 is installed on debian 8 images, but doesn't handle PG 13.11 from debian 11
psycopg2-binary==2.9.7 ; python_version >= "3.9"
pyzmq==15.4.0 ; python_version < "3.9"
Expand All @@ -25,15 +25,15 @@ pytz==2023.3
retrying==1.3.3
aniso8601==0.82
git+https://github.com/ultrajson/ultrajson.git@ac4637fbc4e72bd59f221d9bba19127820d21023
urllib3==1.26.5
urllib3==2.5.0
numpy==1.9.0 ; python_version < "3.9"
numpy==1.22.0 ; python_version >= "3.9"
numpy==2.3.2 ; python_version >= "3.9"
pybreaker==0.2.3
requests==2.25.1
future==0.15.2
requests==2.32.4
future==0.18.3
zeep==1.1.0
gevent==1.3.7 ; python_version < "3.9"
gevent==21.8.0 ; python_version >= "3.9"
gevent==23.9.0 ; python_version >= "3.9"
serpy-ctp==0.2.1
python-json-logger==0.1.7
jmespath==0.9.3
Expand Down
8 changes: 4 additions & 4 deletions source/monitor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Flask==1.1.1
Jinja2==2.11.3
Flask==2.2.5
Jinja2==3.1.6
MarkupSafe==0.23
Werkzeug==0.15.5
Werkzeug==3.0.6
argparse==1.2.1
itsdangerous==1.1.0
protobuf==3.15.0 ; python_version < "3.9"
protobuf==3.20.3 ; python_version >= "3.9"
protobuf==4.25.8 ; python_version >= "3.9"
pyzmq==15.4.0 ; python_version < "3.9"
pyzmq==25.0.2 ; python_version >= "3.9"
wsgiref==0.1.2; python_version < '3.2'
2 changes: 1 addition & 1 deletion source/sql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GeoAlchemy2==0.2.4
Mako==0.9.1
Mako==1.2.2
SQLAlchemy==1.3.3
alembic==1.0.11
psycopg2 ; python_version < "3.9" # keep it free: 2.5.4 is installed on debian 8 images, but doesn't handle PG 13.11 from debian 11
Expand Down
20 changes: 10 additions & 10 deletions source/tyr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
Flask==1.1.1
Flask==2.2.5
Flask-Migrate==2.5.2
flask_restful==0.3.7
Flask-SQLAlchemy==2.4
Flask-Cors==3.0.9
Flask-Cors==6.0.0
# Warning: Project is no longer maintained
Flask-Script==0.6.7
geojson==1.3.5
Jinja2==2.11.3
Mako==0.9.1
Jinja2==3.1.6
Mako==1.2.2
MarkupSafe==0.23
SQLAlchemy==1.3.3
Shapely==1.5.0 ; python_version == "2.7"
Shapely==1.8.5 ; python_version >= "3.9"
Werkzeug==0.15.5
Werkzeug==3.0.6
alembic==1.0.11
aniso8601==0.82
argparse==1.2.1
billiard==3.5.0.5 ; python_version < "3.9"
configobj==5.0.6
configobj==5.0.9
itsdangerous==1.1.0
setuptools==44.1.0 ; python_version == "2.7"
protobuf==3.15.0 ; python_version < "3.9"
protobuf==3.20.3 ; python_version >= "3.9"
protobuf==4.25.8 ; python_version >= "3.9"
psycopg2 ; python_version < "3.9" # keep it free: 2.5.4 is installed on debian 8 images, but doesn't handle PG 13.11 from debian 11
psycopg2-binary==2.9.7 ; python_version >= "3.9"
pytz==2013.9
Expand All @@ -40,7 +40,7 @@ amqp==5.0.6 ; python_version >= "3.9"
kombu==4.0.2 ; python_version < "3.9"
redis==2.10.6
celery==4.1.0 ; python_version < "3.9"
celery==5.2.2 ; python_version >= "3.9"
celery==5.5.3 ; python_version >= "3.9"
minio==6.0.2
urllib3==1.26.5
requests==2.26.0
urllib3==2.5.0
requests==2.32.4
Loading