Merge pull request #82 from tswfi/RelaxPipenvPythonVersion

Relax Pipfile python requirement.
This commit is contained in:
Ville Ranki 2020-05-21 22:01:41 +03:00 committed by GitHub
commit 7b44722850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -27,8 +27,5 @@ black = "*"
ipython = "*" ipython = "*"
isort = "*" isort = "*"
[requires]
python_version = "3.7"
[pipenv] [pipenv]
allow_prereleases = true allow_prereleases = true

View File

@ -368,6 +368,8 @@ MATRIX_USER="@user:matrix.org" MATRIX_ACCESS_TOKEN="MDAxOGxvYlotofcharacters53Cg
python3 bot.py python3 bot.py
``` ```
NOTE: The Pipfile does not define the python version as it is always strict and causes problems. See https://github.com/pypa/pipenv/issues/1050 . Python 3.7 and 3.8 should both work fine.
## Running with Docker ## Running with Docker
Create .env file and set variables: Create .env file and set variables: