mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
This remove all dependencies on the keyring lib, updates the requirements.txt to reflect that, and ensures that setup.py does not attempt to package it. Any use of the "old" keyring code will now return None and warn about its deprecation.
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
certifi==2019.9.11
|
|
requests>=2.11.1
|
|
watchdog>=0.8.3
|
|
# argh==0.26.2 watchdog dep
|
|
# pyyaml==5.3.1 watchdog dep
|
|
semantic-version==2.8.5
|