Browse Source

Change deps - testing

Anton Gusev 5 years ago
parent
commit
6a4a7e8831
2 changed files with 2 additions and 3 deletions
  1. 1 1
      .circleci/config.yml
  2. 1 2
      requirements.txt

+ 1 - 1
.circleci/config.yml

@@ -10,10 +10,10 @@ jobs:
       - checkout
       - python/load-cache
       - python/install-deps
+      - python/save-cache
       - run:
           command: sudo python setup.py develop
           name: setup
-      - python/save-cache
       - run:
           command: python tests/benchmark_throughput.py --preset minimalistic
           name: benchmark

+ 1 - 2
requirements.txt

@@ -4,5 +4,4 @@ numpy>=1.17
 requests>=2.22.0
 tqdm
 kademlia>=2.2
-prefetch_generator>=1.0.1
-toml
+prefetch_generator>=1.0.1