Skip to content

Commit 220f113

Browse files
committedJun 23, 2020
Added Cython to Pipfile and Changed runtime.txt back to using python 3.6.4
1 parent 0f106fe commit 220f113

File tree

3 files changed

+45
-5
lines changed

3 files changed

+45
-5
lines changed
 

‎Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ gunicorn = "*"
4242
"psycopg2" = "*"
4343
pygithub = "*"
4444
py-trello = "*"
45+
cython="*"
4546
ddtrace = "*"
4647
coveralls = "*"
4748
python-dotenv = "*"

‎Pipfile.lock

+43-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.7.7
1+
python-3.6.4

0 commit comments

Comments
 (0)