We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb0ffa8 + f76ac50 commit 9dcdda5Copy full SHA for 9dcdda5
app.py
@@ -87,7 +87,7 @@ def run():
87
88
########## REPLACE THIS SECTION WITH OWN RUN CODE #################
89
file_path_in = file_url
90
- conv.converter(file_path_in, file_path_out, sbol_version=2)
+ conv(file_path_in, file_path_out, sbol_version=2)
91
################## END SECTION ####################################
92
93
# add name of converted file to manifest
requirements.txt
@@ -1,3 +1,4 @@
1
Flask==2.0.1
2
-excel2sbol==1.0.20
3
-requests==2.26.0
+excel2sbol==1.1.14
+requests==2.25.1
4
+Werkzeug==2.2.2
0 commit comments