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

Commit

Permalink
Merge pull request #900 from Vijay-P/vpillai/issue#899
Browse files Browse the repository at this point in the history
enforce python version and remove typing backport for versions < 3.8
  • Loading branch information
Alfredo Deza committed Feb 12, 2021
2 parents ef8a2d2 + 5a9b3f4 commit fadd9ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -24,7 +24,6 @@ swagger-spec-validator==2.4.3
marshmallow==3.9.0
treelib==1.5.5
Twisted[tls]==20.3.0
typing==3.7.4.1
urllib3==1.25.9
watchdog==0.9.0
Werkzeug==0.16.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -42,6 +42,7 @@
description=description,
long_description=long_description,
url=url,
python_requires="==3.8.*",
packages=packages,
version=version,
data_files=data_files,
Expand Down

0 comments on commit fadd9ba

Please sign in to comment.