Skip to content
Snippets Groups Projects
Commit 1f639a61 authored by Jan-Oliver Opdenhövel's avatar Jan-Oliver Opdenhövel
Browse files

Dropping semantic versions entirely

parent 4daa720c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -6,14 +6,14 @@ setup(
packages=find_packages(where="src"),
package_dir={'': 'src'},
install_requires=[
"flask~=2.3.2",
"flask_cors~=3.0.0",
"flask_login~=0.6.0",
"requests~=2.30.0",
"flask_caching~=2.0.0",
"flask_SQLAlchemy~=3.0.0",
"flask_marshmallow~=0.15.0",
"marshmallow-sqlalchemy~=0.29.0",
"psycopg2~=2.9.0"
"flask",
"flask_cors",
"flask_login",
"requests",
"flask_caching",
"flask_SQLAlchemy",
"flask_marshmallow",
"marshmallow-sqlalchemy",
"psycopg2"
]
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment