-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1967 from backend-developers-ltd/deps_cleanup
Dependency cleanup
- Loading branch information
Showing
5 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "" | ||
file: "requirements/prod.txt" | ||
schedule: | ||
interval: "daily" | ||
open-pull-requests-limit: 0 # Only security updates will be opened as PRs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
black==23.7.0 | ||
pytest==7.2.0 | ||
pytest-asyncio | ||
pytest-mock==3.12.0 | ||
pytest-split==0.8.0 | ||
pytest-xdist==3.0.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,34 @@ | ||
aiohttp==3.9.0b0 | ||
ansible==6.7.0 | ||
ansible_vault==2.1.0 | ||
aiohttp~=3.9 | ||
ansible~=6.7 | ||
ansible_vault~=2.1 | ||
backoff | ||
black==23.7.0 | ||
certifi==2024.2.2 | ||
colorama==0.4.6 | ||
cryptography==42.0.5 | ||
ddt==1.6.0 | ||
certifi~=2024.2.2 | ||
colorama~=0.4.6 | ||
cryptography~=42.0.5 | ||
ddt~=1.6.0 | ||
eth-utils<2.3.0 | ||
fuzzywuzzy>=0.18.0 | ||
fastapi==0.110.1 | ||
munch==2.5.0 | ||
fastapi~=0.110.1 | ||
munch~=2.5.0 | ||
netaddr | ||
numpy | ||
msgpack-numpy-opentensor==0.5.0 | ||
msgpack-numpy-opentensor~=0.5.0 | ||
nest_asyncio | ||
packaging | ||
pycryptodome>=3.18.0,<4.0.0 | ||
pyyaml | ||
password_strength | ||
pydantic>=2.3, <3 | ||
PyNaCl>=1.3.0,<=1.5.0 | ||
pytest-asyncio | ||
python-Levenshtein | ||
python-statemachine==2.1.2 | ||
pytest | ||
python-statemachine~=2.1.2 | ||
retry | ||
requests | ||
rich | ||
scalecodec==1.2.7 # scalecodec should not be changed unless first verifying compatibility with the subtensor's monkeypatching of scalecodec.RuntimeConfiguration.get_decoder_class | ||
shtab==1.6.5 | ||
substrate-interface==1.7.5 | ||
shtab~=1.6.5 | ||
substrate-interface~=1.7.5 | ||
termcolor | ||
tqdm | ||
uvicorn==0.22.0 | ||
uvicorn<=0.30 | ||
wheel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters