mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
Update requirements.txt
* Removed modules we don't seem to use any more. * Went through *all* the imports (including 'from X import Y') and checked every module was one of: builtin, stock in win32 python 3.7.7 or a known dependency of another we do list. * As we still have the sqlite3.dll hack in setup.py I've only specified: +py2exe>=0.9.3.2 * certifi==2019.9.11 to work around py2exe issues the current latest * keyring==19.2.0 to work around py2exe issues the current latest This still needs testing to see if it's enough to setup an only-just-installed Python-32 of 3.7.7
This commit is contained in:
parent
77a2a1b533
commit
65a2c4c1d5
@ -1,7 +1,6 @@
|
||||
argh>=0.26.2
|
||||
keyring>=3.3
|
||||
certifi==2019.9.11
|
||||
keyring==19.2.0
|
||||
pathtools>=0.1.2
|
||||
PyYAML>=3.12
|
||||
py2exe>=0.9.3.2
|
||||
requests>=2.11.1
|
||||
watchdog>=0.8.3
|
||||
wheel>=0.24.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user