Skip to content

Commit

Permalink
Upload to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
yarbshk committed Oct 4, 2017
1 parent 0044c28 commit a086a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: "2"
services:
server:
build: .
command: python -m unittest -v tests.test_headless
environment:
- TEST_ACCESS_TOKEN=${TEST_ACCESS_TOKEN}
- TEST_CLIENT_ENDPOINT=${TEST_CLIENT_ENDPOINT}
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
certifi==2017.7.27.1
chardet==3.0.4
idna==2.5
pkginfo==1.4.1
requests==2.18.0
requests-toolbelt==0.8.0
tqdm==4.19.1.post1
twine==1.9.1
urllib3==1.21.1

0 comments on commit a086a8a

Please sign in to comment.