[cs615asa] Pull Request 2021-03-08 19:45:22

Christopher Amatangelo camatang at stevens.edu
Mon Mar 8 20:00:53 EST 2021


The following changes since commit 1f407b26d434d6714a2801a3d8cf20a792512717:

  updated contribs (2021-03-08 19:45:22 -0500)

are available in the Git repository at:

  camatang at cs615asa:~camatang/ebs-backup main

for you to fetch changes up to 1f407b26d434d6714a2801a3d8cf20a792512717:

  updated contribs (2021-03-08 19:45:22 -0500)

----------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index fffd45e..ff25fcf 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -3,9 +3,8 @@ and confirm that you have git access.
 Username   Account Added   Confirmed Access
-------------------------------------------
-jschauma   2021-02-07      yes
-cmagyar    2021-02-13      yes
-camatang   2021-02-20      yes
-hdaly1     2021-02-14
-ngoldste   2021-02-16
-camatang   2021-03-08
+jschauma  2021-02-07       yes
+cmagyar   2021-02-13       yes
+hdaly1    2021-02-14
+ngoldste  2021-02-16       yes
+ajin1      2021-02-22          yes
diff --git a/src/.gitignore b/src/.gitignore
deleted file mode 100644
index 238eac7..0000000
--- a/src/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-.idea/
-venv/
\ No newline at end of file
diff --git a/src/README b/src/README
index 6b42eb0..9431ffd 100644
--- a/src/README
+++ b/src/README
@@ -1,23 +1 @@
all the code goes in here
-
-### Virtual Environments
-
-https://docs.python.org/3/library/venv.html
-
-**Installing libs, e.g. boto3**
-`python -m pip install boto3`
-
-**Install requirements**
-`pip install -r requirements.txt`
-
-**Create requirements**
-`pip freeze > requirements.txt`
-
-**Running outside of Pycharm***
-```
-# activating
-> source venv/bin/activate
-# deactivating
-> deactivate
-```
-
diff --git a/src/main.py b/src/main.py
deleted file mode 100644
index e0a251f..0000000
--- a/src/main.py
+++ /dev/null
@@ -1,3 +0,0 @@
-import boto3
-
-print('hello')
\ No newline at end of file
diff --git a/src/requirements.txt b/src/requirements.txt
deleted file mode 100644
index 7da679a..0000000
--- a/src/requirements.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-boto3==1.17.23
-botocore==1.20.23
-jmespath==0.10.0
-python-dateutil==2.8.1
-s3transfer==0.3.4
-six==1.15.0
-urllib3==1.26.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.stevens.edu/pipermail/cs615asa/attachments/20210309/bcd48ce6/attachment-0001.html>


More information about the cs615asa mailing list