Navigation Menu

Skip to content

Commit

Permalink
additional files and folders v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivikramsahu committed Sep 2, 2020
1 parent d0e8b1a commit 6e3ac05
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include LICENSE
include README.md
4 changes: 1 addition & 3 deletions requirements.txt
@@ -1,6 +1,4 @@
requests==2.20.0
jsonpickle==0.7.1
cachecontrol==0.11.7
python-dateutil==2.5.3
nose==1.3.7
six>=1.5
python-dateutil==2.5.3
1 change: 1 addition & 0 deletions test-requirements.txt
@@ -0,0 +1 @@
nose==1.3.7
7 changes: 7 additions & 0 deletions tox.ini
@@ -0,0 +1,7 @@
[tox]
envlist = py27, py35

[testenv]
commands = nosetests
deps =
nose

0 comments on commit 6e3ac05

Please sign in to comment.