Update requirements.txt
Browse files- requirements.txt +6 -10
    	
        requirements.txt
    CHANGED
    
    | @@ -1,13 +1,9 @@ | |
| 1 | 
             
            streamlit
         | 
| 2 | 
             
            gradio
         | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
            aiohttp  # Asynchronous HTTP Client/Server for asyncio and Python
         | 
| 7 | 
            -
            minijinja
         | 
| 8 | 
            -
            Pillow
         | 
| 9 | 
            -
            python-dotenv
         | 
| 10 | 
            -
            asyncio
         | 
| 11 | 
             
            plotly
         | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
|  | 
|  | |
| 1 | 
             
            streamlit
         | 
| 2 | 
             
            gradio
         | 
| 3 | 
            +
            pandas
         | 
| 4 | 
            +
            numpy
         | 
| 5 | 
            +
            datasets
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
| 6 | 
             
            plotly
         | 
| 7 | 
            +
            folium
         | 
| 8 | 
            +
            requests
         | 
| 9 | 
            +
            pyarrow
         | 
 
			
