Skip to content

Commit 349e869

Browse files
author
amyrebecca
committed
oops that's not the way to do a venv in source control
1 parent 02ed735 commit 349e869

File tree

1,307 files changed

+16
-183240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,307 files changed

+16
-183240
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pyc
2+
backend/venv/*

.hgignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
syntax:glob
2+
3+
*.pyc
4+
backend/venv/*

backend/requirements.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Facebook==0.0
2+
Flask==0.10.1
3+
Jinja2==2.7.3
4+
MarkupSafe==0.23
5+
Werkzeug==0.10.4
6+
itsdangerous==0.24
7+
mongoengine==0.9.0
8+
pymongo==3.0
9+
requests==2.6.0
10+
wsgiref==0.1.2

backend/venv/.Python

-1
This file was deleted.

backend/venv/bin/activate

-80
This file was deleted.

backend/venv/bin/activate.csh

-42
This file was deleted.

backend/venv/bin/activate.fish

-74
This file was deleted.

backend/venv/bin/activate_this.py

-34
This file was deleted.

backend/venv/bin/easy_install

-11
This file was deleted.

backend/venv/bin/easy_install-2.7

-11
This file was deleted.

backend/venv/bin/pip

-11
This file was deleted.

backend/venv/bin/pip2

-11
This file was deleted.

backend/venv/bin/pip2.7

-11
This file was deleted.

backend/venv/bin/python

-1
This file was deleted.

backend/venv/bin/python2

-1
This file was deleted.

backend/venv/bin/python2.7

-12.4 KB
Binary file not shown.

backend/venv/include/python2.7

-1
This file was deleted.

backend/venv/lib/python2.7/UserDict.py

-1
This file was deleted.
-10.4 KB
Binary file not shown.

backend/venv/lib/python2.7/_abcoll.py

-1
This file was deleted.
-28.5 KB
Binary file not shown.

backend/venv/lib/python2.7/_weakrefset.py

-1
This file was deleted.
-11.4 KB
Binary file not shown.

backend/venv/lib/python2.7/abc.py

-1
This file was deleted.

backend/venv/lib/python2.7/abc.pyc

-6.44 KB
Binary file not shown.

backend/venv/lib/python2.7/codecs.py

-1
This file was deleted.

backend/venv/lib/python2.7/codecs.pyc

-38.9 KB
Binary file not shown.

backend/venv/lib/python2.7/config

-1
This file was deleted.

backend/venv/lib/python2.7/copy_reg.py

-1
This file was deleted.
-5.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)