Skip to content
This repository was archived by the owner on Jan 2, 2020. It is now read-only.

Commit 4833f7f

Browse files
TomAFrenchMuyiwa Olu
authored andcommitted
Locking versions of libraries in setup.py (#35)
1 parent 0bddd05 commit 4833f7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
license='MIT',
1010
packages=['monzo'],
1111
install_requires=[
12-
'requests',
13-
'requests-oauthlib',
14-
'python-dotenv'
12+
'requests==2.20.0',
13+
'requests-oauthlib==1.0.0',
14+
'python-dotenv==0.5.1'
1515
],
1616
)

0 commit comments

Comments
 (0)