Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Fixing python version specifier so it installs on edX
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Jun 2, 2020
1 parent 0e32ea2 commit 202f40b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gitreload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
installation.
"""

VERSION = '0.2.0'
VERSION = '0.2.2'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gitreload"
version = "0.2.0"
version = "0.2.2"
description = "Service for triggering edX course imports from Github webhooks"
authors = ["MIT Open Learning <mitx-devops@mit.edu>"]
license = "AGPL-3.0"
Expand All @@ -22,7 +22,7 @@ classifiers=[
gitreload = "gitreload.web:run_web"

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.5"
flask = "^1.1.2"
gunicorn = "^20.0.4"
gitpython = "^3.1.3"
Expand Down

0 comments on commit 202f40b

Please sign in to comment.