Skip to content

Commit 24020a9

Browse files
committed
Undo pinning
1 parent a1e0549 commit 24020a9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deploy:
1111
user: serverdensity
1212
skip_cleanup: true
1313
install:
14-
- pip install -r requirements.txt
14+
- pip install mock
1515
language: python
1616
matrix:
1717
include:

setup.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
# history = history_file.read()
1717

1818
requirements = [
19-
'jsonschema==2.5.1',
20-
'requests==2.9.1',
21-
'isodate==0.5.4',
22-
'pymongo==3.2'
19+
'jsonschema',
20+
'requests',
21+
'isodate',
22+
'pymongo'
2323
]
2424

2525
test_requirements = [
26-
'bumpversion==0.5.3',
27-
'wheel>=0.24.0',
28-
'flake8==2.4.1',
29-
'tox==2.1.1',
30-
'coverage==4.0',
31-
'cryptography==1.0.1',
32-
'PyYAML==3.11',
26+
'bumpversion',
27+
'wheel',
28+
'flake8',
29+
'tox',
30+
'coverage',
31+
'cryptography',
32+
'PyYAML',
3333
]
3434

3535
setup(

0 commit comments

Comments
 (0)