Merge pull request #1914 from clinton-hall/farewell-2.7

Remove Python 2.7 from `requirements.txt`
This commit is contained in:
Labrys of Knossos 2022-12-02 21:46:04 -05:00 committed by GitHub
commit a1b7b8c527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,2 @@
-r requirements-common.txt
-r requirements-py2.txt ; python_version < '3'
-r requirements-win.txt ; sys.platform == 'win32'