Skip to content

Commit

Permalink
merge: #190 from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored May 2, 2024
2 parents 35c310d + 652e088 commit a85eec0
Show file tree
Hide file tree
Showing 4 changed files with 1,472 additions and 1,570 deletions.
2 changes: 1 addition & 1 deletion api/phenome10k/templates/home/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% for scan in scans %}
<item>
<title>{{ scan.scientific_name }}</title>
<link>{{ url_for('scan.view', scan_object=scan_object) }}</link>
<link>{{ url_for('scan.view', scan_object=scan) }}</link>
<pubDate>{{ scan.date_created }}</pubDate>
<guid isPermaLink="false">https://phenome10k.org/?p={{ scan.id }}</guid>
<description>{{ scan.description }}</description>
Expand Down
9 changes: 4 additions & 5 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ argon2-cffi==21.3.0
asn1crypto==1.5.1
celery[redis]==5.2.2
click
cryptography==37.0.2
cryptography==39.0.1
email-validator==1.2.1
Flask==2.0.3
flask-hcaptcha==0.6.0
Expand All @@ -15,14 +15,14 @@ flask-security-too==5.0.1
Flask-SQLAlchemy==2.5.1
Flask-WTF==1.0.1
Flask-Marshmallow==0.14.0
flower==1.0.0
flower==1.2.0
gunicorn==20.1.0
importlib-metadata==4.11.3
marshmallow-sqlalchemy==0.28.0
numpy==1.22.3
numpy-stl==2.16.3
passlib==1.7.4
Pillow==9.1.0
Pillow==9.3.0
PyMySQL==1.0.2
python-dotenv==0.20.0
python-magic==0.4.25
Expand All @@ -32,6 +32,5 @@ SQLAlchemy==1.4.36
trimesh==3.12.0
urllib3==1.26.9
wcwidth==0.2.5
Werkzeug==2.1.2
wheel==0.37.1
Werkzeug==2.2.3
zipp==3.8.0
Loading

0 comments on commit a85eec0

Please sign in to comment.