Skip to content
Snippets Groups Projects
Commit 6f391d2d authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.5.

parents 56738691 a9362f8c
No related branches found
No related tags found
No related merge requests found
django==5.0 django<5.1
dj_database_url==2.3.0 # pin for security dj_database_url==2.3.0 # pin for security
jsonschema jsonschema
stripe stripe
......
...@@ -2,14 +2,14 @@ from setuptools import setup, find_packages ...@@ -2,14 +2,14 @@ from setuptools import setup, find_packages
setup( setup(
name="stripe-checkout", name="stripe-checkout",
version="0.4", version="0.5",
author="GEANT", author="GEANT",
author_email="swd@geant.org", author_email="swd@geant.org",
description="Stripe custom checkout support service", description="Stripe custom checkout support service",
url=("TBD"), url=("TBD"),
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"django>=5.1", "django<5.1",
"dj_database_url==2.3.0", # pin for security "dj_database_url==2.3.0", # pin for security
"jsonschema", "jsonschema",
"stripe", "stripe",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment