Skip to content

Commit

Permalink
Add .gitignore and requirements.txt. Remove pipenv files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Delgado committed May 4, 2019
1 parent d0b9924 commit 4ffc8c8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 205 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

*.pyc
MANIFEST
dist/
*.egg-info/
15 changes: 0 additions & 15 deletions Pipfile

This file was deleted.

190 changes: 0 additions & 190 deletions Pipfile.lock

This file was deleted.

12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
atomicwrites==1.3.0
attrs==19.1.0
certifi==2019.3.9
chardet==3.0.4
idna==2.8
more-itertools==7.0.0
pluggy==0.9.0
py==1.8.0
pytest==4.4.1
requests==2.21.0
six==1.12.0
urllib3==1.24.3

0 comments on commit 4ffc8c8

Please sign in to comment.